Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageFileSummary.h |
| Include | #include "UObject/PackageFileSummary.h" |
Syntax
struct FGenerationInfo
Remarks
Revision data for an Unreal package file.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ExportCount | Number of exports in the linker's ExportMap for this generation. | |
| int32 | NameCount | Number of names in the linker's NameMap for this generation. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGenerationInfo
(
int32 InExportCount, |
Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
FArchive& Ar, |
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 | |
| void | Serialize
(
FStructuredArchive::FSlot Slot, |