Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UAITask_MoveTo
Description
Switch task into continuous tracking mode: keep restarting move toward goal actor. Only pathfinding failure or external cancel will be able to stop this task.
| Name | SetContinuousGoalTracking |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Tasks/AITask_MoveTo.h |
| Include Path | #include "Tasks/AITask_MoveTo.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/Tasks/AITask_MoveTo.cpp |
void SetContinuousGoalTracking
(
bool bEnable
)