Right click in Content Browser > Asset Actions > Migrate…
Is this command available via Python API? I tried searching the docs to no avail so far.
Right click in Content Browser > Asset Actions > Migrate…
Is this command available via Python API? I tried searching the docs to no avail so far.
IAssetTools::MigratePackages | Unreal Engine Documentation
There is no available Python API, you can wrap it into a blueprint callable function then utilize it with python.
I created a script to manage the migration from project to project in python using the exposed apis Migrating from one project to another using python