Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FCompressedChunkInfo Struct Reference

#include <CompressedChunkInfo.h>

Public Attributes

int64 CompressedSize = 0
 
int64 UncompressedSize = 0
 

Friends

FArchiveoperator<< (FArchive &Ar, FCompressedChunkInfo &Value)
 

Detailed Description

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.

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive & Ar,
FCompressedChunkInfo & Value )
friend

Serializes an FCompressedChunkInfo value from or into an archive.

Parameters
ArThe archive to serialize from or to.
ValueThe value to serialize.

Member Data Documentation

◆ CompressedSize

int64 FCompressedChunkInfo::CompressedSize = 0

Holds the data's compressed size.

Definition at line 18 of file CompressedChunkInfo.h.

◆ UncompressedSize

int64 FCompressedChunkInfo::UncompressedSize = 0

Holds the data's uncompresses size.

Definition at line 21 of file CompressedChunkInfo.h.


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