Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h |
| Include | #include "UObject/Linker.h" |
Syntax
struct FCompressedChunk
Remarks
Information about a compressed chunk in a file.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | CompressedOffset | Offset in compressed file. | |
| int32 | CompressedSize | Compressed size in bytes. | |
| int32 | UncompressedOffset | Original offset in uncompressed file. | |
| int32 | UncompressedSize | Uncompressed size in bytes. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor, zero initializing all members. |