Navigation
API > API/Runtime > API/Runtime/Navmesh
Provides high level information related to a dtMeshTile object.
| Name | dtMeshHeader |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
Syntax
struct dtMeshHeader
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bmax | dtReal | The maximum bounds of the tile's AABB. [(x, y, z)]. | Detour/DetourNavMesh.h | |
| bmin | dtReal | These should be at the bottom, as they are less often used than the rest of the data. The rest will fit in one cache line. | Detour/DetourNavMesh.h | |
| bvNodeCount | unsigned short | The number of bounding volume nodes. (Zero if bounding volumes are disabled.) | Detour/DetourNavMesh.h | |
| detailMeshCount | unsigned short | The number of sub-meshes in the detail mesh. | Detour/DetourNavMesh.h | |
| detailTriCount | unsigned short | The number of triangles in the detail mesh. | Detour/DetourNavMesh.h | |
| detailVertCount | unsigned short | The number of unique vertices in the detail mesh. (In addition to the polygon vertices.) | Detour/DetourNavMesh.h | |
| layer | unsigned short | The layer of the tile within the dtNavMesh tile grid. (x, y, layer) | Detour/DetourNavMesh.h | |
| maxLinkCount | unsigned short | The number of allocated links. | Detour/DetourNavMesh.h | |
| offMeshBase | unsigned short | The index of the first polygon which is a point type off-mesh connection. | Detour/DetourNavMesh.h | |
| offMeshConCount | unsigned short | The number of point type off-mesh connections. | Detour/DetourNavMesh.h | |
| polyCount | unsigned short | The number of polygons in the tile. | Detour/DetourNavMesh.h | |
| resolution | unsigned char | The resolution index used for the tile. | Detour/DetourNavMesh.h | |
| version | unsigned short | Tile data format version number. | Detour/DetourNavMesh.h | |
| vertCount | unsigned short | The number of vertices in the tile. | Detour/DetourNavMesh.h | |
| x | int | The x-position of the tile within the dtNavMesh tile grid. (x, y, layer) | Detour/DetourNavMesh.h | |
| y | int | The y-position of the tile within the dtNavMesh tile grid. (x, y, layer) | Detour/DetourNavMesh.h |