Navigation
API > API/Runtime > API/Runtime/NavigationSystem
| |
|
| Name |
FDetourTileSizeInfo |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/NavigationSystem/Public/NavMesh/RecastNavMesh.h |
| Include Path |
#include "NavMesh/RecastNavMesh.h" |
Syntax
struct FDetourTileSizeInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BvNodeCount |
unsigned short |
|
NavMesh/RecastNavMesh.h |
|
| ClusterCount |
unsigned short |
|
NavMesh/RecastNavMesh.h |
|
| DetailMeshCount |
unsigned short |
|
NavMesh/RecastNavMesh.h |
|
| DetailTriCount |
unsigned short |
|
NavMesh/RecastNavMesh.h |
|
| DetailVertCount |
unsigned short |
|
NavMesh/RecastNavMesh.h |
|
| MaxLinkCount |
unsigned short |
|
NavMesh/RecastNavMesh.h |
|
| OffMeshBase |
unsigned short |
|
NavMesh/RecastNavMesh.h |
|
| OffMeshConCount |
unsigned short |
|
NavMesh/RecastNavMesh.h |
|
| OffMeshSegConCount |
unsigned short |
|
NavMesh/RecastNavMesh.h |
|
| PolyCount |
unsigned short |
|
NavMesh/RecastNavMesh.h |
|
| VertCount |
unsigned short |
|
NavMesh/RecastNavMesh.h |
|