Navigation
API > API/Runtime > API/Runtime/Core
Implements a helper structure for compression support
This structure contains information on the compressed and uncompressed size of a chunk of data.
| Name | FCompressedChunkInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompressedChunkInfo.h |
| Include Path | #include "Serialization/CompressedChunkInfo.h" |
Syntax
struct FCompressedChunkInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompressedSize | int64 | Holds the data's compressed size. | Serialization/CompressedChunkInfo.h | |
| UncompressedSize | int64 | Holds the data's uncompresses size. | Serialization/CompressedChunkInfo.h |