FSMNode_FunctionHandlers¶
Module: SMSystem
Inherited by FSMConduit_FunctionHandlers, FSMState_FunctionHandlers, FSMTransition_FunctionHandlers
Public Attributes¶
Public Attributes Documentation¶
variable
NodeInitializedGraphEvaluators¶
Entry point to when a node is first initialized.
variable
NodeShutdownGraphEvaluators¶
Entry point to when a node is shutdown.
variable
OnRootStateMachineStartedGraphEvaluator¶
When the owning blueprint's root state machine starts.
variable
OnRootStateMachineStoppedGraphEvaluator¶
When the owning blueprint's root state machine stops.
variable
ExposedFunctionsOwner¶
A pointer back to the owning exposed node functions.