Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include | #include "StateTreeExecutionTypes.h" |
Syntax
enum EStateTreeStateChangeType
&123;
None,
Changed,
Sustained,
&125;
Values
| Name | Description |
|---|---|
| None | Not an activation |
| Changed | The state became activated or deactivated. |
| Sustained | The state is parent of new active state and sustained previous active state. |
Remarks
State change type. Passed to EnterState() and ExitState() to indicate how the state change affects the state and Evaluator or Task is on.