![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IPlatformFilePak.h>
Public Member Functions | |
| bool | operator== (const FPakCompressedBlock &B) const |
| bool | operator!= (const FPakCompressedBlock &B) const |
Public Attributes | |
| int64 | CompressedStart |
| int64 | CompressedEnd |
Struct storing offsets and sizes of a compressed block.
|
inline |
|
inline |
| int64 FPakCompressedBlock::CompressedEnd |
Offset of the end of a compression block. This may not align completely with the start of the next block. Offset is relative to the start of the compressed chunk data.
| int64 FPakCompressedBlock::CompressedStart |
Offset of the start of a compression block. Offset is relative to the start of the compressed chunk data