Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/FPackageMigrationContext
References
| Module | AssetTools |
| Header | /Engine/Source/Developer/AssetTools/Public/PackageMigrationContext.h |
| Include | #include "PackageMigrationContext.h" |
Syntax
struct FMigrationPackageData
Remarks
The data associated to an package that take part of the migration process.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bNeedInstancedLoad | Tell the migration that package must be loaded. | |
| bool | bNeedToBeSaveMigrated | Tell the migration that the package must be migrated by save. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMigrationPackageData
(
const FString& InInstancedPackageName, |