Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Transition priority. When multiple transitions trigger at the same time, the first transition of highest priority is selected.
| Name | EStateTreeTransitionPriority |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeTypes.h |
| Include Path | #include "StateTreeTypes.h" |
Syntax
enum EStateTreeTransitionPriority
{
None,
Low,
Normal,
Medium,
High,
Critical,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Low | Low priority. |
| Normal | Normal priority. |
| Medium | Medium priority. |
| High | High priority. |
| Critical | Critical priority. |