UAIBlueprintHelperLibrary::GetCurrentPath

Returns a copy of navigation path given controller is currently using.

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Blueprint/AIBlueprintHelperLibrary.h

Include

#include "Blueprint/AIBlueprintHelperLibrary.h"

Source

/Engine/Source/Runtime/AIModule/Private/Blueprint/AIBlueprintHelperLibrary.cpp

Syntax

static UNavigationPath * GetCurrentPath
(
    AController * Controller
)

Remarks

Returns a copy of navigation path given controller is currently using. The result being a copy means you won't be able to influence agent's pathfollowing by manipulating received path

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