FPakCompressedBlock

Struct storing offsets and sizes of a compressed block.

Windows
MacOS
Linux

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.

Functions

Name Description

Public function Const

const FTypeL...

 

GetTypeLayout()

Public function Static

FTypeLayoutD...

 

StaticGetTypeLayout()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FPakCompressedBlock& B
)

Public function Const

bool

 

operator==

(
    const FPakCompressedBlock& B
)

Classes

Typedefs

Name

Description

DerivedType

InternalBaseType

Constants

Name

Description

CounterBase

InterfaceType

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