Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/DetourTileCache
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCacheBuilder.h |
| Include | #include "DetourTileCache/DetourTileCacheBuilder.h" |
Syntax
struct dtTileCacheLayerHeader
Variables
| Type | Name | Description | |
|---|---|---|---|
| dtReal[3] | bmax | ||
| dtReal[3] | bmin | These should be at the bottom, as they are less often used than the rest of the data. | |
| unsigned short | height | Dimension of the layer. | |
| unsigned short | hmax | Height min/max range (. | |
| unsigned short | hmin | ||
| unsigned short | maxx | ||
| unsigned short | maxy | Usable sub-region. | |
| unsigned short | minx | ||
| unsigned short | miny | ||
| int | tlayer | ||
| int | tx | ||
| int | ty | ||
| short | version | Data version. | |
| unsigned short | width |