dtNavMeshParams

Configuration parameters used to define multi-tile navigation meshes.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourNavMesh.h"

Syntax

struct dtNavMeshParams

Remarks

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

Variables

Name Description

Public variable

int

 

maxPolys

The maximum number of polygons each tile can contain.

Public variable

int

 

maxTiles

The maximum number of tiles the navigation mesh can contain.

Public variable

float[3]

 

orig

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

Public variable

float

 

tileHeight

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

Public variable

float

 

tileWidth

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

See Also

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