Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FPackageTrailer
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageTrailer.h |
| Include | #include "UObject/PackageTrailer.h" |
Syntax
struct FHeader
Variables
| Type | Name | Description | |||||
|---|---|---|---|---|---|---|---|
| uint32 | HeaderLength | Total length of the header on disk in bytes | |||||
| TArray< Private::FLookupTableEntry > | PayloadLookupTable | Lookup table for the payloads on disk | |||||
| uint64 | PayloadsDataLength | Total length of the payloads on disk in bytes | |||||
| uint64 | Tag | Version | 4 bytes HeaderLength | 4 bytes PayloadsDataLength | 8 bytes NumPayloads | 4 bytes Expected tag at the start of the header | |
| int32 | Version | Version of the header |
Constants
| Name | Description |
|---|---|
| HeaderTag | Unique value used to identify the header |
| StaticHeaderSizeOnDisk | Size of the static header data when serialized to disk in bytes. |