FGenerationInfo
Namespace: UAssetAPI
Revision data for an Unreal package file.
public class FGenerationInfo
Inheritance Object → FGenerationInfo
Fields
ExportCount
Number of exports in the export map for this generation.
public int ExportCount;
NameCount
Number of names in the name map for this generation.
public int NameCount;
Constructors
FGenerationInfo(Int32, Int32)
public FGenerationInfo(int exportCount, int nameCount)
Parameters
exportCount
Int32
nameCount
Int32