Which class handles spawning level geometry?

I would like to build a custom class that handles placing geometry before the player starts. I guess this would be during launching of the game. So during the loading screen of the game it would place assets in the world based off of my system.

If I’m extending a class from inside the editor which class do I extend?

Thanks,