Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeExecutionContext
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionContext.h |
| Include | #include "StateTreeExecutionContext.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreeExecutionContext.cpp |
EStateTreeRunStatus Tick
(
const float DeltaTime
)
Remarks
Tick the state tree logic, updates the tasks and triggers transitions. tree run status after the tick.
Parameters
| Name | Description |
|---|---|
| DeltaTime | time to advance the logic. |