dtMeshHeader

Provides high level information related to a [dtMeshTile](API\Runtime\Navmesh\Detour\dtMeshTile) object.

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h

Include

#include "Detour/DetourNavMesh.h"

Syntax

struct dtMeshHeader

Remarks

Provides high level information related to a dtMeshTile object.

Variables

Name Description

Public variable

float[3]

 

bmax

The maximum bounds of the tile's AABB. [(x, y, z)].

Public variable

float[3]

 

bmin

The minimum bounds of the tile's AABB. [(x, y, z)].

Public variable

int

 

bvNodeCount

The number of bounding volume nodes. (Zero if bounding volumes are disabled.)

Public variable

float

 

bvQuantFactor

The bounding volume quantization factor.

Public variable

int

 

clusterCount

Number of clusters.

Public variable

int

 

detailMeshCount

The number of sub-meshes in the detail mesh.

Public variable

int

 

detailTriCount

The number of triangles in the detail mesh.

Public variable

int

 

detailVertCount

The number of unique vertices in the detail mesh. (In addition to the polygon vertices.)

Public variable

int

 

layer

The layer of the tile within the dtNavMesh tile grid. (x, y, layer)

Public variable

int

 

magic

Tile magic number. (Used to identify the data format.)

Public variable

int

 

maxLinkCount

The number of allocated links.

Public variable

int

 

offMeshBase

The index of the first polygon which is an point type off-mesh connection.

Public variable

int

 

offMeshConCount

The number of point type off-mesh connections.

Public variable

int

 

offMeshSegConCount

The number of segment type off-mesh connections.

Public variable

int

 

offMeshSegPolyBase

The index of the first polygon which is an segment type off-mesh connection.

Public variable

int

 

offMeshSegVertBase

The index of the first vertex used by segment type off-mesh connection.

Public variable

int

 

polyCount

The number of polygons in the tile.

Public variable

unsigned int

 

userId

The user defined id of the tile.

Public variable

int

 

version

Tile data format version number.

Public variable

int

 

vertCount

The number of vertices in the tile.

Public variable

float

 

walkableClimb

The maximum climb height of the agents using the tile.

Public variable

float

 

walkableHeight

The height of the agents using the tile.

Public variable

float

 

walkableRadius

The radius of the agents using the tile.

Public variable

int

 

x

The x-position of the tile within the dtNavMesh tile grid. (x, y, layer)

Public variable

int

 

y

The y-position of the tile within the dtNavMesh tile grid. (x, y, layer)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss