Spawn in editor

Hi,
do you know if such a thing is available in UE4? In senise to sapwn objects in the editor and then bake their position and achieve such an effect as in the movie. (The movie was made on Unity)

you can totally spawn things in the editor. just create a actor and a script for the things you want to spawn with a custom event to run it all. then select the event and in the details panel check the box for call in editor. then you select the actor in the level and there will be a button in the details panel to run the script.

Ok, thanks for the answer. I will try to do it! :smiley: