UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCompressedChunkInfo Struct Reference

#include <CompressedChunkInfo.h>

Public Attributes

int64 CompressedSize = 0
 
int64 UncompressedSize = 0
 

Friends

CORE_API 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.

Friends And Related Symbol Documentation

◆ operator<<

CORE_API 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.

FCompressedChunkInfo serialize operator.

Member Data Documentation

◆ CompressedSize

int64 FCompressedChunkInfo::CompressedSize = 0

Holds the data's compressed size.

◆ UncompressedSize

int64 FCompressedChunkInfo::UncompressedSize = 0

Holds the data's uncompresses size.


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