UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DetourTileCache.cpp File Reference

Classes

struct  BuildContext
 

Namespaces

namespace  TileCacheFunc
 

Enumerations

enum  dtRegionPartitioning { DT_REGION_MONOTONE , DT_REGION_WATERSHED , DT_REGION_CHUNKY }
 

Functions

dtTileCachedtAllocTileCache ()
 
void dtFreeTileCache (dtTileCache *tc)
 
int TileCacheFunc::computeTileHash (int x, int y, const int mask)
 

Enumeration Type Documentation

◆ dtRegionPartitioning

Region partitioning methods

See also
rcConfig
Enumerator
DT_REGION_MONOTONE 

monotone partitioning

DT_REGION_WATERSHED 

watershed partitioning

DT_REGION_CHUNKY 

monotone partitioning on small chunks

Function Documentation

◆ dtAllocTileCache()

dtTileCache * dtAllocTileCache ( )

◆ dtFreeTileCache()

void dtFreeTileCache ( dtTileCache tc)