dtPolyDetail

Defines the location of detail sub-mesh data within a [dtMeshTile](API\Runtime\Navmesh\Detour\dtMeshTile).

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourNavMesh.h"

Syntax

struct dtPolyDetail

Remarks

Defines the location of detail sub-mesh data within a dtMeshTile.

Variables

Name Description

Public variable

unsigned int

 

triBase

The offset of the triangles in the dtMeshTile::detailTris array.

Public variable

unsigned char

 

triCount

The number of triangles in the sub-mesh.

Public variable

unsigned int

 

vertBase

The offset of the vertices in the [dtMeshTile::detailVerts](API\Runtime\Navmesh\Detour\dtMeshTile\detailVerts) array.

Public variable

unsigned char

 

vertCount

The number of vertices in the sub-mesh.

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