FSMStateInfo¶
Module: SMSystem
#include <SMNode_Info.h>
Inherits from FSMInfo_Base
Description¶
[Logic Driver] Read only information of a state.
Public Functions¶
| Name | |
|---|---|
| FSMStateInfo() | |
| FSMStateInfo(const FSMState_Base & State) |
Public Attributes¶
| Name | |
|---|---|
| TArray< FSMTransitionInfo > | OutgoingTransitions |
| bool | bIsEndState |
| const FSMState_Base * | OwningState |
Public Functions Documentation¶
function FSMStateInfo¶
function FSMStateInfo¶
Public Attributes Documentation¶
variable OutgoingTransitions¶
All of the transitions leading out of this state.
variable bIsEndState¶
If this state is considered an end state.