UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGenerationInfo Struct Reference

#include <PackageFileSummary.h>

Public Member Functions

 FGenerationInfo (int32 InExportCount, int32 InNameCount)
 
void Serialize (FArchive &Ar, const struct FPackageFileSummary &Summary)
 
void Serialize (FStructuredArchive::FSlot Slot, const struct FPackageFileSummary &Summary)
 

Public Attributes

int32 ExportCount
 
int32 NameCount
 

Detailed Description

Revision data for an Unreal package file.

Constructor & Destructor Documentation

◆ FGenerationInfo()

FGenerationInfo::FGenerationInfo ( int32  InExportCount,
int32  InNameCount 
)

Constructor

Member Function Documentation

◆ Serialize() [1/2]

void FGenerationInfo::Serialize ( FArchive Ar,
const struct FPackageFileSummary Summary 
)

I/O function we use a function instead of operator<< so we can pass in the package file summary for version tests, since archive version hasn't been set yet

I/O functions we use a function instead of operator<< so we can pass in the package file summary for version tests, since archive version hasn't been set yet

◆ Serialize() [2/2]

void FGenerationInfo::Serialize ( FStructuredArchive::FSlot  Slot,
const struct FPackageFileSummary Summary 
)

Member Data Documentation

◆ ExportCount

int32 FGenerationInfo::ExportCount

Number of exports in the linker's ExportMap for this generation.

◆ NameCount

int32 FGenerationInfo::NameCount

Number of names in the linker's NameMap for this generation.


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