Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtQueryFilter
Description
Inlined scoring function.
| Name | getInlineCost |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
dtReal getInlineCost
(
const dtReal * pa,
const dtReal * 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
See Also
- getCost for parameter description