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" |
Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp |
const dtMeshTile &42; getTileAt
&40;
const int x,
const int y,
const int layer
&41; const
Remarks
Gets the tile at the specified grid location. The tile, or null if the tile does not exist.
Parameters
Name | Description |
---|---|
x | The tile's x-location. (x, y, layer) |
y | The tile's y-location. (x, y, layer) |
layer | The tile's layer. (x, y, layer) |