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

#include <IPlatformFilePak.h>

Public Member Functions

bool operator== (const FPakCompressedBlock &B) const
 
bool operator!= (const FPakCompressedBlock &B) const
 

Public Attributes

int64 CompressedStart
 
int64 CompressedEnd
 

Detailed Description

Struct storing offsets and sizes of a compressed block.

Member Function Documentation

◆ operator!=()

bool FPakCompressedBlock::operator!= ( const FPakCompressedBlock B) const
inline

◆ operator==()

bool FPakCompressedBlock::operator== ( const FPakCompressedBlock B) const
inline

Member Data Documentation

◆ CompressedEnd

int64 FPakCompressedBlock::CompressedEnd

Offset of the end of a compression block. This may not align completely with the start of the next block. Offset is relative to the start of the compressed chunk data.

◆ CompressedStart

int64 FPakCompressedBlock::CompressedStart

Offset of the start of a compression block. Offset is relative to the start of the compressed chunk data


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