![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CompressedChunkInfo.h>
Public Attributes | |
| int64 | CompressedSize = 0 |
| int64 | UncompressedSize = 0 |
Friends | |
| CORE_API 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.
|
friend |
Serializes an FCompressedChunkInfo value from or into an archive.
| Ar | The archive to serialize from or to. |
| Value | The value to serialize. |
FCompressedChunkInfo serialize operator.
| int64 FCompressedChunkInfo::CompressedSize = 0 |
Holds the data's compressed size.
| int64 FCompressedChunkInfo::UncompressedSize = 0 |
Holds the data's uncompresses size.