FGenerationInfo

Revision data for an Unreal package file.

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

ExportCount

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

Public variable

int32

 

NameCount

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

Constructors

Name Description

Public function

FGenerationInfo

(
    int32 InExportCount,
    int32 InNameCount
)

Constructor

Functions

Name Description

Public function

void

 

Serialize

(
    FArchive& Ar,
    const 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

Public function

void

 

Serialize

(
    FStructuredArchive::FSlot Slot,
    const 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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss