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

#include <DetourTileCache.h>

Public Attributes

unsigned int salt
 Counter describing modifications to the tile.
 
struct dtTileCacheLayerHeaderheader
 
unsigned charcompressed
 
int compressedSize
 
unsigned chardata
 
int dataSize
 
unsigned int flags
 
dtCompressedTilenext
 

Member Data Documentation

◆ compressed

unsigned char* dtCompressedTile::compressed

◆ compressedSize

int dtCompressedTile::compressedSize

◆ data

unsigned char* dtCompressedTile::data

◆ dataSize

int dtCompressedTile::dataSize

◆ flags

unsigned int dtCompressedTile::flags

◆ header

struct dtTileCacheLayerHeader* dtCompressedTile::header

◆ next

dtCompressedTile* dtCompressedTile::next

◆ salt

unsigned int dtCompressedTile::salt

Counter describing modifications to the tile.


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