UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
dtNavMeshParams Struct Reference

#include <DetourNavMesh.h>

Public Attributes

dtReal walkableHeight
 The height of the agents using the tile.
 
dtReal walkableRadius
 The radius of the agents using the tile.
 
dtReal walkableClimb
 The maximum climb height of the agents using the tile.

 
dtNavMeshResParams resolutionParams [DT_RESOLUTION_COUNT]
 Parameters depending on resolutions.
 
dtReal orig [3]
 The world space origin of the navigation mesh's tile space. [(x, y, z)].
 
dtReal tileWidth
 The width of each tile. (Along the x-axis.)
 
dtReal tileHeight
 The height of each tile. (Along the z-axis.)
 
int maxTiles
 The maximum number of tiles the navigation mesh can contain.
 
int maxPolys
 The maximum number of polygons each tile can contain.
 

Detailed Description

Configuration parameters used to define multi-tile navigation meshes. The values are used to allocate space during the initialization of a navigation mesh.

See also
dtNavMesh::init()

Member Data Documentation

◆ maxPolys

int dtNavMeshParams::maxPolys

The maximum number of polygons each tile can contain.

◆ maxTiles

int dtNavMeshParams::maxTiles

The maximum number of tiles the navigation mesh can contain.

◆ orig

dtReal dtNavMeshParams::orig[3]

The world space origin of the navigation mesh's tile space. [(x, y, z)].

◆ resolutionParams

dtNavMeshResParams dtNavMeshParams::resolutionParams[DT_RESOLUTION_COUNT]

Parameters depending on resolutions.

◆ tileHeight

dtReal dtNavMeshParams::tileHeight

The height of each tile. (Along the z-axis.)

◆ tileWidth

dtReal dtNavMeshParams::tileWidth

The width of each tile. (Along the x-axis.)

◆ walkableClimb

dtReal dtNavMeshParams::walkableClimb

The maximum climb height of the agents using the tile.

◆ walkableHeight

dtReal dtNavMeshParams::walkableHeight

The height of the agents using the tile.

◆ walkableRadius

dtReal dtNavMeshParams::walkableRadius

The radius of the agents using the tile.


The documentation for this struct was generated from the following file: