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 FStateTreeStateIdToHandle
Remarks
Pair of state guid and its associated state handle created at compilation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStateTreeStateHandle | Handle | ||
| FGuid | Id |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeStateIdToHandle
(
const FGuid& Id, |