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 |
dtStatus removeTile
&40;
dtTileRef ref,
unsigned char &42;&42; data,
int &42; dataSize
&41;
Remarks
Removes the specified tile from the navigation mesh.
This function returns the data for the tile so that, if desired, it can be added back to the navigation mesh at a later point. The status flags for the operation.
Parameters
| Name | Description |
|---|---|
| ref | The reference of the tile to remove. |
| data | Data associated with deleted tile. |
| dataSize | Size of the data associated with deleted tile. |