Is it possible to setup a Pawn to be the server with VR, a client to be Mouse and keyboard, and a 3rd client to be xbox controller? If so, how do I tell each pawn to utilize a specific input device?
Yes. I have setup a couple of multiplayer demo games where one person is in VR and connects to another computer that is controlled with an Xbox controller. I’m sure it would be superfluous to add in mouse/keyboard although my demos did not call for it.
I had separate pawns for the VR player and the other player. Each pawn, of course, was replicated, but checked if it was “Locally Controlled” before evaluating input commands so that only the local controller owning the pawn could move it.