Open 3D Engine ScriptCanvas Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
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 |