Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtNavMesh
Description
Extracts the polygon's index (within its tile) from the specified polygon reference.
This function is generally meant for internal use only.
| Name | decodePolyIdPoly |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
unsigned int decodePolyIdPoly
(
dtPolyRef ref
) const
Parameters
| Name | Remarks |
|---|---|
| ref | The polygon reference. |
See Also
- encodePolyId