FCompressedChunkInfo

Implements a helper structure for compression support

Windows
MacOS
Linux

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

Name Description

Public variable

int64

 

CompressedSize

Holds the data's compressed size.

Public variable

int64

 

UncompressedSize

Holds the data's uncompresses size.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss