Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtNavMesh
Description
Decodes a standard polygon reference.
This function is generally meant for internal use only.
| Name | decodePolyId |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
void decodePolyId
(
dtPolyRef ref,
unsigned int & salt,
unsigned int & it,
unsigned int & ip
) const
Parameters
| Name | Remarks |
|---|---|
| ref | The polygon reference to decode. |
| salt | The tile's salt value. |
| it | The index of the tile. |
| ip | The index of the polygon within the tile. |
See Also
- encodePolyId