unreal.StateTreeStateType¶
- class unreal.StateTreeStateType¶
Bases:
EnumBaseEState Tree State Type
C++ Source:
Plugin: StateTree
Module: StateTreeModule
File: StateTreeTypes.h
- GROUP: StateTreeStateType = Ellipsis¶
A State containing just child states.
- Type:
1
- LINKED: StateTreeStateType = Ellipsis¶
A State that is linked to another state in the tree (the execution continues on the linked state).
- Type:
2
- LINKED_ASSET: StateTreeStateType = Ellipsis¶
A State that is linked to another StateTree asset (the execution continues on the Root state of the linked asset).
- Type:
3
- STATE: StateTreeStateType = Ellipsis¶
A State containing tasks and child states.
- Type:
0
- SUBTREE: StateTreeStateType = Ellipsis¶
A subtree that can be linked to.
- Type:
4