How can i leave from session?

I have a question how can i leave from session. If i am using Desrtoy session in advanced session plugin - it is deleting server wherer i was playing.

If you are using destroy session node and it destroys the session - you are server.
Else, if you are client you can use destroy session for leaving.

Just in case some steps over this problem.
There is a function in UGameInstance called ReturnToMainMenu().
It disconnects you safely and moves you to your default map.

1 Like

how do I leave the game as a server and have the clients still stay on. Like possibly migrate the server onto another player?