UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::FPackageTrailer::FFooter Struct Reference

#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

FArchiveoperator<< (FArchive &Ar, FFooter &Footer)
 

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FPackageTrailer::FFooter Footer 
)
friend

Serialization operator

Member Data Documentation

◆ FooterTag

constexpr uint64 UE::FPackageTrailer::FFooter::FooterTag = 0x29BFCA045138DE76
staticconstexpr

Unique value used to identify the footer

◆ PackageTag

uint32 UE::FPackageTrailer::FFooter::PackageTag = 0

End the trailer with PACKAGE_FILE_TAG, which we expect all package files to end with

◆ SizeOnDisk

constexpr uint32 UE::FPackageTrailer::FFooter::SizeOnDisk = 20
staticconstexpr

Size of the footer when serialized to disk in bytes

◆ Tag

uint64 UE::FPackageTrailer::FFooter::Tag = 0

Expected tag at the start of the footer

◆ TrailerLength

uint64 UE::FPackageTrailer::FFooter::TrailerLength = 0

Total length of the trailer on disk in bytes


The documentation for this struct was generated from the following file: