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