![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
| dtTileCacheObstacle * | next |
| dtReal dtTileCacheObstacle::height |
| dtTileCacheObstacle* dtTileCacheObstacle::next |
| dtCompressedTileRef dtTileCacheObstacle::pending[DT_MAX_TOUCHED_TILES] |
| dtReal dtTileCacheObstacle::pos[3] |
| dtReal dtTileCacheObstacle::radius |
| dtCompressedTileRef dtTileCacheObstacle::touched[DT_MAX_TOUCHED_TILES] |