dtQueryFilter::getInlineCost

Inlined scoring function.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourNavMeshQuery.h"

Syntax

float getInlineCost
(
    const float * pa,
    const float * pb,
    const dtPolyRef prevRef,
    const dtMeshTile * prevTile,
    const dtPoly * prevPoly,
    const dtPolyRef curRef,
    const dtMeshTile * curTile,
    const dtPoly * curPoly,
    const dtPolyRef nextRef,
    const dtMeshTile * nextTile,
    const dtPoly * nextPoly
) const

Remarks

Inlined scoring function.

See Also

getCost for parameter description

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