Navigation
Unreal Engine C++ API Reference > Runtime > PakFile
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
Type | Name | Description | |
---|---|---|---|
![]() |
int64 | CompressedEnd | Offset of the end of a compression block. |
![]() |
int64 | CompressedStart | Offset of the start of a compression block. |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator!=
(
const FPakCompressedBlock& B |
|
![]() ![]() |
bool | operator==
(
const FPakCompressedBlock& B |