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" |
dtPolyRef encodePolyId
&40;
unsigned int salt,
unsigned int it,
unsigned int ip
&41; const
Remarks
Derives a standard polygon reference.
This function is generally meant for internal use only.
Parameters
Name | Description |
---|---|
salt | The tile's salt value. |
it | The index of the tile. |
ip | The index of the polygon within the tile. |