Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > Detour > dtNavMesh
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
Include | #include "Detour/DetourNavMesh.h" |
Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp |
dtStatus getTileAndPolyByRef
&40;
const dtPolyRef ref,
const dtMeshTile &42;&42; tile,
const dtPoly &42;&42; poly
&41; const
Remarks
Gets the tile and polygon for the specified polygon reference. The status flags for the operation.
Parameters
Name | Description |
---|---|
ref | The reference for the a polygon. |
tile | The tile containing the polygon. |
poly | The polygon. |