Hello,
I’m making a multiplayer game, and I want to create a differente map each time I start the game.
I’ve already made the algorithm but I want to implement it in the game and spawn the mesh in the level.
When (BeginPlay ?) and where (Which Class ?) should I spawn my actors in the level ?
Thank you in advance.