Skip to content

FSMNodeStackInstanceContainer¶

Module: SMSystem

Public Attributes¶

Name
uint8 StackIndex
TObjectPtr< USMNodeInstance > NodeInstance

Public Attributes Documentation¶

variable StackIndex¶

uint8 StackIndex = 0;

The index of this node instance. 0 is the primary node instance. All stack instances are offset by 1.


variable NodeInstance¶

TObjectPtr< USMNodeInstance > NodeInstance;