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

This commit is contained in:
chcurran
2021-06-09 12:43:43 -07:00
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)