dtNavMeshQuery::getCurrentBestResult

Gets best node ref and cost from sliced pathfinding data.

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h

Include

#include "Detour/DetourNavMeshQuery.h"

Syntax

void getCurrentBestResult
(
    struct dtNode *& bestNode,
    float & bestCost
) const

Remarks

Gets best node ref and cost from sliced pathfinding data.

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