dtTileCachePolyMeshDetail

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCacheBuilder.h

Include

#include "DetourTileCache/DetourTileCacheBuilder.h"

Syntax

struct dtTileCachePolyMeshDetail

Variables

Name Description

Public variable

unsigned int &#...

 

meshes

The sub-mesh data. [Size: 4*[nmeshes](API\Runtime\Navmesh\DetourTileCache\dtTileCachePolyMeshDetail\nmeshes)].

Public variable

int

 

nmeshes

The number of sub-meshes defined by meshes.

Public variable

int

 

ntris

The number of triangles in tris.

Public variable

int

 

nverts

The number of vertices in [verts](API\Runtime\Navmesh\DetourTileCache\dtTileCachePolyMeshDetail\verts).

Public variable

unsigned char &...

 

tris

The mesh triangles. [Size: 4*[ntris](API\Runtime\Navmesh\DetourTileCache\dtTileCachePolyMeshDetail\ntris)].

Public variable

float *

 

verts

The mesh vertices. [Size: 3*[nverts](API\Runtime\Navmesh\DetourTileCache\dtTileCachePolyMeshDetail\nverts)].

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