Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Detour > API/Runtime/Navmesh/Detour/dtNavMesh
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 |
int getTileCountAt
&40;
const int x,
const int y
&41; const
Remarks
BEGIN Gets number of tiles at the specified grid location. (All layers.) The number of tiles in grid.
Parameters
| Name | Description |
|---|---|
| x | The tile's x-location. (x, y) |
| y | The tile's y-location. (x, y) |