Procedural and manual level creation

Afaik, moving the stuff (that creates the level) from Begin Play to the Constructor is the only way to be able to touch up the generated level in the editor. I’m pretty sure that, when using BP, the constructor is the only place where you can see changes in the editor (without running the game).