Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtNavMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const dtMeshTile * getTile
(
int i |
Gets the tile at the specified index. | Detour/DetourNavMesh.h | |
dtMeshTile * getTile
(
int i |
Returns pointer to tile in the tile array. | Detour/DetourNavMesh.h |
getTile(int)
Description
Gets the tile at the specified index.
| Name | getTile |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp |
const dtMeshTile * getTile
(
int i
) const
The tile at the specified index.
Parameters
| Name | Remarks |
|---|---|
| i | The tile index. [Limit: 0 >= index < getMaxTiles()] |
getTile(int)
Description
Returns pointer to tile in the tile array.
| Name | getTile |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp |
dtMeshTile * getTile
(
int i
)