FNavigationPath::SetGoalActorObservation

Enables path observing specified [AActor](API\Runtime\Engine\GameFramework\AActor)'s location and update itself if actor changes location

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavigationData.h

Include

#include "NavigationData.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavigationPath.cpp

Syntax

void SetGoalActorObservation
(
    const AActor & ActorToObserve,
    float TetherDistance
)

Remarks

Enables path observing specified AActor's location and update itself if actor changes location

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss