Navigation
API > API/Plugins > API/Plugins/GameplayStateTreeModule > API/Plugins/GameplayStateTreeModule/Tasks > API/Plugins/GameplayStateTreeModule/Tasks/FStateTreeMoveToTask
- FStateTreeTaskBase::Tick()
- FStateTreeMoveToTask::Tick()
References
| Module | GameplayStateTreeModule |
| Header | /Engine/Plugins/Runtime/GameplayStateTree/Source/GameplayStateTreeModule/Public/Tasks/StateTreeMoveToTask.h |
| Include | #include "Tasks/StateTreeMoveToTask.h" |
| Source | /Engine/Plugins/Runtime/GameplayStateTree/Source/GameplayStateTreeModule/Private/Tasks/StateTreeMoveToTask.cpp |
virtual EStateTreeRunStatus Tick
(
FStateTreeExecutionContext & Context,
const float DeltaTime
) const
Remarks
Called during state tree tick when the task is on active state. Note: The method is called only if bShouldCallTick or bShouldCallTickOnlyOnEvents is set.