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 TickUpdateTasks
(
const float DeltaTime
)
Remarks
Tick the state tree logic partially, updates the tasks. For full update TickTriggerTransitions() should be called after. tree run status after the partial tick.
Parameters
| Name | Description |
|---|---|
| DeltaTime | time to advance the logic. |