Lightweight context bundle passed to IAtomicTask::ExecuteWithContext().
float DeltaTime
Delta-time in seconds for the current frame.
EntityID Entity
The entity whose task graph is being executed.
TaskWorldFacade * ComponentFacade
Optional ECS component accessor populated by the driving ECS system.
float StateTimer
Time in seconds that the current task node has been running (accumulated).
LocalBlackboard * LocalBB
Pointer to the task node's LocalBlackboard for this tick. Never nullptr.
World * WorldPtr
Pointer to the active World. May be nullptr in headless / test contexts.