UNavLocalGridManager::FindPath

Tries to find a path using grids, returns false when start and end locations are not on the same grid

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Navigation/NavLocalGridManager.h

Include

#include "Navigation/NavLocalGridManager.h"

Source

/Engine/Source/Runtime/AIModule/Private/Navigation/NavLocalGridManager.cpp

Syntax

bool FindPath
(
    const FVector & Start,
    const FVector & End,
    TArray< FVector > & PathPoints
) const

Remarks

Tries to find a path using grids, returns false when start and end locations are not on the same grid

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