Is it possible to change whom the session host is once they disconnect?
I’ve seen this in many games while in a ‘match lobby’ not usually during the match though. I’m aware it wouldn’t be seamless during a match, but would still be better than returning to main menu.
I’d like to switch it to the player with the lowest ping, although not necessary could be at random since ping would timeout after they left. Although I was thinking I could save and replicate the player that has the lowest average ping in a variable and set the listen server as that player.
Other Info:
Using Steam Subsystem,
All needed information is replicated.
Prefer answer in blueprints, but all answers are welcome.