FNavLocalGridData::FindPath

Create path points from StartCoords to EndCoord, returns false when failed

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "Navigation/NavLocalGridData.h"

Source

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

Syntax

bool FindPath
(
    const FIntVector & StartCoords,
    const FIntVector & EndCoords,
    TArray< FIntVector > & PathCoords
) const

Remarks

Create path points from StartCoords to EndCoord, returns false when failed

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