Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeExecutionContext
| Name | ECopyBindings |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionContext.h |
| Include Path | #include "StateTreeExecutionContext.h" |
Syntax
enum ECopyBindings
{
EnterState,
Tick,
ExitState,
}
Values
| Name | Remarks |
|---|---|
| EnterState | |
| Tick | |
| ExitState |