Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/DetourTileCache
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCacheBuilder.h |
| Include | #include "DetourTileCache/DetourTileCacheBuilder.h" |
Syntax
struct dtTileCachePolyMesh
Variables
| Type | Name | Description | |
|---|---|---|---|
| unsigned char * | areas | Area ID of polygons. | |
| unsigned short * | flags | Per polygon flags. | |
| int | npolys | Number of polygons. | |
| int | nverts | Number of vertices. | |
| int | nvp | ||
| unsigned short * | polys | Polygons of the mesh, nvp*2 elements per polygon. | |
| unsigned short * | regs | Region ID of polygon. | |
| unsigned short * | verts | Vertices of the mesh, 3 elements per vertex. |