Create A Side Scroller C++ Game In Unreal Engine Part 3: Creating The LevelSpawner Class And Generating The Game Level Using Procedural Level Generation
Reading Time: 11 minutes In this part of the tutorial we are going to create the LevelSpawner class that will have the functionality to spawn the level parts in the game. We are going to generate the level parts using a technique called procedural level generation