Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageTrailer
| |
|
| Name |
FFooter |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/PackageTrailer.h |
| Include Path |
#include "UObject/PackageTrailer.h" |
Syntax
struct FFooter
Constants
| Name |
Type |
Remarks |
Include Path |
| FooterTag |
uint64 |
Unique value used to identify the footer |
UObject/PackageTrailer.h |
| SizeOnDisk |
uint32 |
Size of the footer when serialized to disk in bytes |
UObject/PackageTrailer.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
|
|
| PackageTag |
uint32 |
End the trailer with PACKAGE_FILE_TAG, which we expect all package files to end with |
UObject/PackageTrailer.h |
|
|
|
| Tag |
uint64 |
TrailerLength |
8 bytes PackageTag |
4 bytes Expected tag at the start of the footer |
UObject/PackageTrailer.h |
|
| TrailerLength |
uint64 |
Total length of the trailer on disk in bytes |
UObject/PackageTrailer.h |
|
|
|