![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Revision data for an Unreal package file.
| 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
| void FGenerationInfo::Serialize | ( | FStructuredArchive::FSlot | Slot, |
| const struct FPackageFileSummary & | Summary | ||
| ) |
| int32 FGenerationInfo::ExportCount |
Number of exports in the linker's ExportMap for this generation.
| int32 FGenerationInfo::NameCount |
Number of names in the linker's NameMap for this generation.