How to remove a player in splitscreen multiplayer?

No. I can’t find a way. We had to just make it so you can’t go back to the menu once the game starts. The players are created in the level blueprint, so if you load a different level, they stay in existence, and if you load the level again it creates more players so there’s suddenly 5, 6 or 7 players, which is obviously not good. We just made it so that when you select start game (after choosing number of players) in the menu, it loads the level and never goes back to the menu until you exit the game. I just made a “Play again” option in a pop-menu that appears in the actual level when a winner is announced that resets everything in the level manually.