Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/FPackageMigrationContext
Helper to move existing package out of the way during the migration.
| Name | FScopedTemporalyMovedPackage |
| Type | struct |
| Header File | /Engine/Source/Developer/AssetTools/Public/PackageMigrationContext.h |
| Include Path | #include "PackageMigrationContext.h" |
Syntax
struct FScopedTemporalyMovedPackage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopedTemporalyMovedPackage
(
UPackage* InPackageToMove |
PackageMigrationContext.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FScopedTemporalyMovedPackage() |
PackageMigrationContext.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OriginalName | FString | PackageMigrationContext.h | ||
| PackageToMove | TObjectPtr< UPackage > | PackageMigrationContext.h |