Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Detour > API/Runtime/Navmesh/Detour/dtNavMesh > API/Runtime/Navmesh/Detour/dtNavMesh/isTileLocInValidRange
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 |
bool isTileLocInValidRange
&40;
const dtReal &42; pos
&41; const
Remarks
Calculates whether the tile grid location for the specified world position can fit in the tile indices type (currently an int)
Parameters
| Name | Description |
|---|---|
| pos | The world position for the query. [(x, y, z)] |