Navigation
API > API/Plugins > API/Plugins/StateTreeModule
State change type. Passed to EnterState() and ExitState() to indicate how the state change affects the state and Evaluator or Task is on.
| Name | EStateTreeStateChangeType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include Path | #include "StateTreeExecutionTypes.h" |
Syntax
enum EStateTreeStateChangeType
{
None,
Changed,
Sustained,
}
Values
| Name | Remarks |
|---|---|
| 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. |