repetitive work

Hello!

How to group unreal repetitive tasks with commands.

For example, we are repeating the process of creating a box for each in sequencer.

I would like to solve this task at once by creating a single line of script or some tool.
like maya or 3dsmax

Is there a good way?

Have a goood day!

Hey there @mongry5222! There are a handful of ways to script tools for the editor. Python, Blueprints, and C++. Deciding which to use would be dependent on your use case and proficiency with each scripting language.


Python:


Blueprint editor scripting:


C++ Editor Plugins: