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

#include <DetourTileCacheBuilder.h>

Public Attributes

int nvp
 
int nverts
 Number of vertices.
 
int npolys
 Number of polygons.
 
unsigned shortverts
 Vertices of the mesh, 3 elements per vertex.
 
unsigned shortpolys
 Polygons of the mesh, nvp*2 elements per polygon.
 
unsigned shortflags
 Per polygon flags.
 
unsigned charareas
 Area ID of polygons.
 
unsigned shortregs
 Region ID of polygon.
 

Member Data Documentation

◆ areas

unsigned char* dtTileCachePolyMesh::areas

Area ID of polygons.

◆ flags

unsigned short* dtTileCachePolyMesh::flags

Per polygon flags.

◆ npolys

int dtTileCachePolyMesh::npolys

Number of polygons.

◆ nverts

int dtTileCachePolyMesh::nverts

Number of vertices.

◆ nvp

int dtTileCachePolyMesh::nvp

◆ polys

unsigned short* dtTileCachePolyMesh::polys

Polygons of the mesh, nvp*2 elements per polygon.

◆ regs

unsigned short* dtTileCachePolyMesh::regs

Region ID of polygon.

◆ verts

unsigned short* dtTileCachePolyMesh::verts

Vertices of the mesh, 3 elements per vertex.


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