Hi,
Does anyone know how to connect the remote control when the game is running in standalone mode? It seems the remote control connects by default to the Editor, but not to the server instance of the standalone game. It runs on PIE but not in standalone mode.
I tried unchecking the flags Auto Start Web Server and Auto Start Web Socket Server, and running the console commands in begin play: WebControl.StartServer and WebControl.StartWebSocketServer, but it doesn’t work.
Many thanks