Are there in editor script?

Hello,

I have tried to search about this matter but using the words unreal editor scripts does not give me good results as I am unable to filter the unwanted results, that is, results regarding how to make a blueprint or something like that.

What I want to know if it is possible is if I can make scripts to automate tasks in the Unreal Editor. For instance, to create N blueprints from a collection of meshes. Or to fill in variables default values from a text file, instead of doing it manually.

If it exists, where should I start looking?

Blueprints in general except construction script don’t effect editor world, theres Blutility to make relatededitor blueprints:

https://forums.unrealengine.com/showthread.php?1954-TUTORIAL-Blutility-Running-Blueprint-functions-inside-Editor

But it’s quite underdeveloped

Other then that from C++ you can manipulate editor whatever you like

Thanks! I will see how far I can go with this :slight_smile: