Navigation
API > API/Runtime > API/Runtime/Navmesh
Tile flags used for various functions and fields. For an example, see dtNavMesh::addTile().
| Name | dtTileFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
Syntax
enum dtTileFlags
{
DT_TILE_FREE_DATA = 0x01,
}
Values
| Name | Remarks |
|---|---|
| DT_TILE_FREE_DATA | The navigation mesh owns the tile memory and is responsible for freeing it. |