Hello,
I am trying to make an account logic in the game, which will be multiplayer only (everything centralized on one single server) ; when you open it, you land on a login page so you can sign in and enter the lobby of the game.
My question is : how can I create such a logic in the game (only by using Unreal Engine features, I don’t want to set an external server) ? How can I connect to the server and wait for the login response, without making a ClientTravel (which is resetting the map and screwing up my GUI if the connection fails) and sending RPCs to the server ? Could you help me ?
Thanks !