Is it possible to have a UE5 VR project that also has input from the pc?

Hello,

For a new project we are exploring possible setups. The goal is to have a person A wearing a VR-headset (unknown which type at the moment) which is connected to a laptop. A different person B is using the laptop and can see what person A is seeing. Next to just the view, person B should be abble to trigger events and be able to talk to person A using a headset (or something along those lines). Is this a possible setup with UE5, without hacking our way into the engine itself?

Thanks!

Hi Scotty,

For a VR-headset wired to a Laptop/PC, this is super easy. Just add the keyboard input events/key bindings in the same active Pawn/Character.

Good luck!