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