Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/DetourTileCache
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCache.h |
| Include | #include "DetourTileCache/DetourTileCache.h" |
Syntax
struct dtCompressedTile
Variables
| Type | Name | Description | |
|---|---|---|---|
| unsigned char * | compressed | ||
| int | compressedSize | ||
| unsigned char * | data | ||
| int | dataSize | ||
| unsigned int | flags | ||
| dtTileCacheLayerHeader * | header | ||
| dtCompressedTile * | next | ||
| unsigned int | salt | Counter describing modifications to the tile. |