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