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