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

#include <DetourTileCache.h>

Public Attributes

dtReal pos [3]
 
dtReal radius
 
dtReal height
 
dtCompressedTileRef touched [DT_MAX_TOUCHED_TILES]
 
dtCompressedTileRef pending [DT_MAX_TOUCHED_TILES]
 
unsigned short salt
 
unsigned char state
 
unsigned char ntouched
 
unsigned char npending
 
dtTileCacheObstaclenext
 

Member Data Documentation

◆ height

dtReal dtTileCacheObstacle::height

◆ next

dtTileCacheObstacle* dtTileCacheObstacle::next

◆ npending

unsigned char dtTileCacheObstacle::npending

◆ ntouched

unsigned char dtTileCacheObstacle::ntouched

◆ pending

dtCompressedTileRef dtTileCacheObstacle::pending[DT_MAX_TOUCHED_TILES]

◆ pos

dtReal dtTileCacheObstacle::pos[3]

◆ radius

dtReal dtTileCacheObstacle::radius

◆ salt

unsigned short dtTileCacheObstacle::salt

◆ state

unsigned char dtTileCacheObstacle::state

◆ touched

dtCompressedTileRef dtTileCacheObstacle::touched[DT_MAX_TOUCHED_TILES]

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