|  | Ark Server API (ASA) - Wiki
    | 
#include <CompressedChunkInfo.h>
| Public Attributes | |
| int64 | CompressedSize = 0 | 
| int64 | UncompressedSize = 0 | 
| Friends | |
| FArchive & | operator<< (FArchive &Ar, FCompressedChunkInfo &Value) | 
Implements a helper structure for compression support
This structure contains information on the compressed and uncompressed size of a chunk of data.
Definition at line 15 of file CompressedChunkInfo.h.
| 
 | friend | 
Serializes an FCompressedChunkInfo value from or into an archive.
| Ar | The archive to serialize from or to. | 
| Value | The value to serialize. | 
| int64 FCompressedChunkInfo::CompressedSize = 0 | 
Holds the data's compressed size.
Definition at line 18 of file CompressedChunkInfo.h.
| int64 FCompressedChunkInfo::UncompressedSize = 0 | 
Holds the data's uncompresses size.
Definition at line 21 of file CompressedChunkInfo.h.