Inherits AZStd::enable_shared_from_this< EventHandling >.
Public Member Functions | |
| AZ_TYPE_INFO (EventHandling, "{D4E21276-141D-440D-A529-BCC691A9E906}") | |
| void | Clear () |
Public Attributes | |
| const Node * | m_eventNode = nullptr |
| const Slot * | m_eventSlot = nullptr |
| AZStd::string | m_eventName |
| AZStd::string | m_handlerName |
| VariableConstPtr | m_handler |
| ExecutionTreeConstPtr | m_eventHandlerFunction |