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

#include <Linker.h>

Public Member Functions

 FCompressedChunk ()
 

Public Attributes

int32 UncompressedOffset
 
int32 UncompressedSize
 
int32 CompressedOffset
 
int32 CompressedSize
 

Friends

COREUOBJECT_API FArchiveoperator<< (FArchive &Ar, FCompressedChunk &Chunk)
 
COREUOBJECT_API void operator<< (FStructuredArchive::FSlot Slot, FCompressedChunk &Chunk)
 

Detailed Description

Information about a compressed chunk in a file.

Constructor & Destructor Documentation

◆ FCompressedChunk()

FCompressedChunk::FCompressedChunk ( )

Default constructor, zero initializing all members.

Friends And Related Symbol Documentation

◆ operator<< [1/2]

COREUOBJECT_API FArchive & operator<< ( FArchive Ar,
FCompressedChunk Chunk 
)
friend

I/O functions

I/O function

◆ operator<< [2/2]

COREUOBJECT_API void operator<< ( FStructuredArchive::FSlot  Slot,
FCompressedChunk Chunk 
)
friend

Member Data Documentation

◆ CompressedOffset

int32 FCompressedChunk::CompressedOffset

Offset in compressed file.

◆ CompressedSize

int32 FCompressedChunk::CompressedSize

Compressed size in bytes.

◆ UncompressedOffset

int32 FCompressedChunk::UncompressedOffset

Original offset in uncompressed file.

◆ UncompressedSize

int32 FCompressedChunk::UncompressedSize

Uncompressed size in bytes.


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