Scripting a “Move Here”

Is there a way of scripting an asset to “Move Here” into a particular directory after a Migrate?
After a Migrate, the new assets arrive in the Content folder. Can I write a script to “Move Here” to a specific directory?

It must be possible.

A good example of something similar to this happening is if you do an Advanced Copy and recursively copy the assets as well.

All of the recursively copied assets go into the destination folder rather than to their original paths.

If you can figure out where the code for that Advanced Copy Here logic is, I bet it does what you want.

Hello can you please send me a link to Advanced Copy? The only Advanced Copy I found was something called “UAdvancedCopy.” I’m using UE5.

No idea where the code is for it.

When you’re in the editor you can see it in action if you drag an asset to a different folder, when you release the mouse button it gives you a menu with 3 options - move, copy or advanced copy.

The advanced copy option sounds like it does exactly what you want, but I don’t know where the editor code is that implements it.

Thank you, Sir. I will look for the code.