FNavLocalGridData::PostProcessPath

Convert PathIndices into pruned PathCoords

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

void PostProcessPath
(
    const FIntVector & StartCoords,
    const FIntVector & EndCoords,
    const TArray< int32 > & PathIndices,
    TArray< FIntVector > & PathCoords
) const

Remarks

Convert PathIndices into pruned PathCoords

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