Navigation
API > API/Plugins > API/Plugins/StateTreeModule
| |
|
| Name |
EStateTreeStateType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeTypes.h |
| Include Path |
#include "StateTreeTypes.h" |
Syntax
enum EStateTreeStateType
{
State,
Group,
Linked,
LinkedAsset,
Subtree,
}
Values
| Name |
Remarks |
| State |
A State containing tasks and child states. |
| Group |
A State containing just child states. |
| Linked |
A State that is linked to another state in the tree (the execution continues on the linked state). |
| LinkedAsset |
A State that is linked to another StateTree asset (the execution continues on the Root state of the linked asset). |
| Subtree |
A subtree that can be linked to. |