Navigation
API > API/Runtime > API/Runtime/PakFile
Struct storing offsets and sizes of a compressed block.
| Name | FPakCompressedBlock |
| Type | struct |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
Syntax
struct FPakCompressedBlock
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompressedEnd | int64 | Offset of the end of a compression block. | IPlatformFilePak.h | |
| CompressedStart | int64 | Offset of the start of a compression block. | IPlatformFilePak.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FPakCompressedBlock& B |
IPlatformFilePak.h | ||
bool operator==
(
const FPakCompressedBlock& B |
IPlatformFilePak.h |