Start to make own tools : find a way to move materials & textures of a foder in separate folders

Hi guys,

I would like to start to create my own tools in Unreal ( 4.27.2 for the moment )

And I would like to start with something simple :

Make a right click on a folder in Unreal and choose my function : “set materials and textures folders”
The function needs to :

  • move all materials in folders and subfolders of the selected folder in Selected-Folder/Materials
  • move all textures in folders and subfolders of the selected folder in Selected-Folder/Textures
  • make a “Fixup Redirectors” on the Selected-Folder and subfolders.
  • delete all folders become empty

How can I start ? What is the best way to do that ?