Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/PackageTrailer.h |
Include |
#include "UObject/PackageTrailer.h" |
struct FHeader
Name | Description | ||
---|---|---|---|
|
HeaderLength |
Total length of the header on disk in bytes |
|
|
PayloadLookupTable |
Lookup table for the payloads on disk |
|
|
PayloadsDataLength |
Total length of the payloads on disk in bytes |
|
|
Tag |
Version | 4 bytes HeaderLength | 4 bytes PayloadsDataLength | 8 bytes NumPayloads | 4 bytes Expected tag at the start of the header |
|
|
Version |
Version of the header |
Name |
Description |
---|---|
HeaderTag |
Unique value used to identify the header |
StaticHeaderSizeOnDisk |
Size of the static header data when serialized to disk in bytes. |