How to call Migrate command using Python?

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.

1 Like