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 FFooter
Variables
| Type | Name | Description | |||
|---|---|---|---|---|---|
| uint32 | PackageTag | End the trailer with PACKAGE_FILE_TAG, which we expect all package files to end with | |||
| uint64 | Tag | TrailerLength | 8 bytes PackageTag | 4 bytes Expected tag at the start of the footer | |
| uint64 | TrailerLength | Total length of the trailer on disk in bytes |
Constants
| Name | Description |
|---|---|
| FooterTag | Unique value used to identify the footer |
| SizeOnDisk | Size of the footer when serialized to disk in bytes |