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 FScopedMountPoint
Remarks
Utility to manage the temp mount point if needed and to help convert the paths during the migration.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedMountPoint
(
const FScopedMountPoint& |
|||
Destructors
No destructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | |||
| FString | GetMigratedPackageFilename
(
const FString& LongPackageName, |
||
| FString | GetNewPackageNameForMigration
(
const FString& LongPackageName |
Get name of package when moved under the destination mount point. | |
| const FString & | GetRootPath () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FScopedMountPoint & | operator=
(
const FScopedMountPoint& |
||
| FScopedMountPoint & | operator=
(
FScopedMountPoint&& |