Hide the raw input handler bus from the SC node palette list

monroegm-disable-blank-issue-2
chcurran 5 years ago
parent 20dc47e6d0
commit ec7edac932

@ -167,6 +167,7 @@ namespace StartingPointInput
{ "actionName", "The name of the Input event action used to create an InputEventNotificationId" } } });
behaviorContext->EBus<InputEventNotificationBus>("InputEventNotificationBus")
->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::List)
->Handler<BehaviorInputEventNotificationBusHandler>()
->Event("OnPressed", &InputEventNotificationBus::Events::OnPressed)
->Event("OnHeld", &InputEventNotificationBus::Events::OnHeld)

Loading…
Cancel
Save