i’ve created the main menu widget and in start button i make it open level to the level that i want. the question is there a way to add my selected player to that level i select? i use that blueprint to open the P1 level, so anyone know how to add different character when i play it?
You have to store the information within the game instance which player you want to spawn. In you level blueprint you can then access this information and spawn then your specific player.