Module |
|
Header |
/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
Include |
#include "IPlatformFilePak.h" |
struct FPakCompressedBlock
Struct storing offsets and sizes of a compressed block.
Name | Description | ||
---|---|---|---|
|
int64 |
CompressedEnd |
Offset of the end of a compression block. |
|
int64 |
CompressedStart |
Offset of the start of a compression block. |
Name | Description | ||
---|---|---|---|
|
bool |
operator!= ( |
|
|
bool |
operator== ( |