FPakCompressedBlock

Struct storing offsets and sizes of a compressed block.

References

Module

PakFile

Header

/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h

Include

#include "IPlatformFilePak.h"

Syntax

struct FPakCompressedBlock

Remarks

Struct storing offsets and sizes of a compressed block.

Variables

Name Description

Public variable

int64

 

CompressedEnd

Offset of the end of a compression block.

Public variable

int64

 

CompressedStart

Offset of the start of a compression block.

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FPakCompressedBlock& B
)

Public function Const

bool

 

operator==

(
    const FPakCompressedBlock& B
)

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