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

#include <DetourNavMesh.h>

Public Member Functions

 ReadTilesHelper ()
 
 ~ReadTilesHelper ()
 
dtMeshTile ** PrepareArray (int RequestedSize)
 

Public Attributes

dtMeshTileTiles [MaxTiles]
 
int NumAllocated
 
dtMeshTile ** AllocatedTiles
 

Static Public Attributes

static const int MaxTiles = 32
 

Constructor & Destructor Documentation

◆ ReadTilesHelper()

ReadTilesHelper::ReadTilesHelper ( )
inline

◆ ~ReadTilesHelper()

ReadTilesHelper::~ReadTilesHelper ( )
inline

Member Function Documentation

◆ PrepareArray()

dtMeshTile ** ReadTilesHelper::PrepareArray ( int  RequestedSize)
inline

Member Data Documentation

◆ AllocatedTiles

dtMeshTile** ReadTilesHelper::AllocatedTiles

◆ MaxTiles

const int ReadTilesHelper::MaxTiles = 32
static

◆ NumAllocated

int ReadTilesHelper::NumAllocated

◆ Tiles

dtMeshTile* ReadTilesHelper::Tiles[MaxTiles]

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