UAITask_MoveTo::SetContinuousGoalTracking

Switch task into continuous tracking mode: keep restarting move toward goal actor.

Choose your operating system:

Windows

macOS

Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Tasks/AITask_MoveTo.h

Include

#include "Tasks/AITask_MoveTo.h"

Source

/Engine/Source/Runtime/AIModule/Private/Tasks/AITask_MoveTo.cpp

Syntax

void SetContinuousGoalTracking
(
    bool bEnable
)

Remarks

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.