Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > Detour > dtNavMesh > getTile
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 |
const dtMeshTile &42; getTile
&40;
int i
&41; const
Remarks
Gets the tile at the specified index. The tile at the specified index.
Parameters
Name | Description |
---|---|
i | The tile index. [Limit: 0 >= index < getMaxTiles()] |