Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageTrailer.h |
| Include | #include "UObject/PackageTrailer.h" |
Syntax
struct FLookupTableEntry
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPayloadAccessMode | AccessMode | ||
| uint64 | CompressedSize | The size of the payload when compressed. | |
| Virtualization::EPayloadFilterReason | FilterFlags | Bitfield of flags showing if the payload allowed to be virtualized or the reason why it cannot be virtualized, see ::EPayloadFilterReason | |
| EPayloadFlags | Flags | Bitfield of flags, see EPayloadFlags | |
| FIoHash | Identifier | Identifier for the payload | |
| int64 | OffsetInFile | The offset into the file where we can find the payload, note that a virtualized payload will have an offset of INDEX_NONE | |
| uint64 | RawSize | The size of the payload when uncompressed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| OffsetInFile | 8 bytes CompressedSize | 8 bytes RawSize | 8 bytes Flags | 4 bytes AccessMode | 1 byte | |||
FLookupTableEntry
(
const FIoHash& InIdentifier, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsLocal () |
||
| bool | IsReferenced () |
||
| bool | |||
| void |
Constants
| Name | Description |
|---|---|
| SizeOnDisk | Size of the entry when serialized to disk in bytes |