FSMDebugStateMachine¶
Module: SMSystem
Public Functions¶
Name | |
---|---|
SMSYSTEM_API const FSMNode_Base * | GetRuntimeNode(const FGuid & Guid) const |
SMSYSTEM_API void | UpdateRuntimeNode(FSMNode_Base * RuntimeNode) |
Public Attributes¶
Name | |
---|---|
TMap< FGuid, TArray< FSMNode_Base * > > | MappedNodes |
Public Functions Documentation¶
function
GetRuntimeNode¶
function
UpdateRuntimeNode¶
Public Attributes Documentation¶
variable
MappedNodes¶
All states including nested state machine states. These are only NodeGuids and not PathGuids.