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

#include <RecastNavMesh.h>

Public Member Functions

NAVIGATIONSYSTEM_API FDetourTileLayout (const dtMeshTile &tile)
 
NAVIGATIONSYSTEM_API FDetourTileLayout (const FDetourTileSizeInfo &SizeInfo)
 

Public Attributes

int32 HeaderSize = 0
 
int32 VertsSize = 0
 
int32 PolysSize = 0
 
int32 LinksSize = 0
 
int32 DetailMeshesSize = 0
 
int32 DetailVertsSize = 0
 
int32 DetailTrisSize = 0
 
int32 BvTreeSize = 0
 
int32 OffMeshConsSize = 0
 
int32 OffMeshSegsSize = 0
 
int32 ClustersSize = 0
 
int32 PolyClustersSize = 0
 
int32 TileSize = 0
 

Constructor & Destructor Documentation

◆ FDetourTileLayout() [1/2]

FDetourTileLayout::FDetourTileLayout ( const dtMeshTile tile)

◆ FDetourTileLayout() [2/2]

FDetourTileLayout::FDetourTileLayout ( const FDetourTileSizeInfo SizeInfo)

Member Data Documentation

◆ BvTreeSize

int32 FDetourTileLayout::BvTreeSize = 0

◆ ClustersSize

int32 FDetourTileLayout::ClustersSize = 0

◆ DetailMeshesSize

int32 FDetourTileLayout::DetailMeshesSize = 0

◆ DetailTrisSize

int32 FDetourTileLayout::DetailTrisSize = 0

◆ DetailVertsSize

int32 FDetourTileLayout::DetailVertsSize = 0

◆ HeaderSize

int32 FDetourTileLayout::HeaderSize = 0

◆ LinksSize

int32 FDetourTileLayout::LinksSize = 0

◆ OffMeshConsSize

int32 FDetourTileLayout::OffMeshConsSize = 0

◆ OffMeshSegsSize

int32 FDetourTileLayout::OffMeshSegsSize = 0

◆ PolyClustersSize

int32 FDetourTileLayout::PolyClustersSize = 0

◆ PolysSize

int32 FDetourTileLayout::PolysSize = 0

◆ TileSize

int32 FDetourTileLayout::TileSize = 0

◆ VertsSize

int32 FDetourTileLayout::VertsSize = 0

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