![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PackageTrailer.h>
Public Attributes | |
| uint64 | Tag = 0 |
| uint64 | TrailerLength = 0 |
| uint32 | PackageTag = 0 |
Static Public Attributes | |
| static constexpr uint64 | FooterTag = 0x29BFCA045138DE76 |
| static constexpr uint32 | SizeOnDisk = 20 |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FFooter &Footer) |
|
friend |
Serialization operator
Unique value used to identify the footer
| uint32 UE::FPackageTrailer::FFooter::PackageTag = 0 |
End the trailer with PACKAGE_FILE_TAG, which we expect all package files to end with
Size of the footer when serialized to disk in bytes
| uint64 UE::FPackageTrailer::FFooter::Tag = 0 |
Expected tag at the start of the footer
| uint64 UE::FPackageTrailer::FFooter::TrailerLength = 0 |
Total length of the trailer on disk in bytes