Skip to content

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

SMSYSTEM_API const FSMNode_Base * GetRuntimeNode(
    const FGuid & Guid
) const

function UpdateRuntimeNode

SMSYSTEM_API void UpdateRuntimeNode(
    FSMNode_Base * RuntimeNode
)

Public Attributes Documentation

variable MappedNodes

TMap< FGuid, TArray< FSMNode_Base * > > MappedNodes;

All states including nested state machine states. These are only NodeGuids and not PathGuids.