Navigation
API > API/Runtime > API/Runtime/Navmesh
Contains triangle meshes that represent detailed height data associated with the polygons in its associated polygon mesh object.
| Name | rcPolyMeshDetail |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
Syntax
struct rcPolyMeshDetail
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| meshes | unsigned int * | The sub-mesh data. [Size: 4*nmeshes]. | Recast/Recast.h | |
| nmeshes | int | The number of sub-meshes defined by meshes. | Recast/Recast.h | |
| ntris | int | The number of triangles in tris. | Recast/Recast.h | |
| nverts | int | The number of vertices in verts. | Recast/Recast.h | |
| tris | unsigned char * | The mesh triangles. [Size: 4*ntris]. | Recast/Recast.h | |
| verts | rcReal * | The mesh vertices. [Size: 3*nverts]. | Recast/Recast.h |