Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeTypes.h |
| Include | #include "StateTreeTypes.h" |
Syntax
USTRUCT ()
struct FStateTreeTransitionIdToIndex
Remarks
Pair of transition id and its associated compact transition index created at compilation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | Id | ||
| FStateTreeIndex16 | Index |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeTransitionIdToIndex
(
const FGuid& Id, |