![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Linker.h>
Public Member Functions | |
| FCompressedChunk () | |
Public Attributes | |
| int32 | UncompressedOffset |
| int32 | UncompressedSize |
| int32 | CompressedOffset |
| int32 | CompressedSize |
Friends | |
| COREUOBJECT_API FArchive & | operator<< (FArchive &Ar, FCompressedChunk &Chunk) |
| COREUOBJECT_API void | operator<< (FStructuredArchive::FSlot Slot, FCompressedChunk &Chunk) |
Information about a compressed chunk in a file.
| FCompressedChunk::FCompressedChunk | ( | ) |
Default constructor, zero initializing all members.
|
friend |
I/O functions
I/O function
|
friend |
| int32 FCompressedChunk::CompressedOffset |
Offset in compressed file.
| int32 FCompressedChunk::CompressedSize |
Compressed size in bytes.
| int32 FCompressedChunk::UncompressedOffset |
Original offset in uncompressed file.
| int32 FCompressedChunk::UncompressedSize |
Uncompressed size in bytes.