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