How to disable VR mirroring on monitor?

Hi everyone, I would like to disable the VR mirroring on the monitor. How can I achieve this? I would like the visuals to only be displayed on the headset.

You can control what is being rendered on the desktop window with the Set Spectator Screen Mode blueprint node. Either set it to Disabled for a black screen, or Texture to make it display something else.

You can also disable the desktop window completely by starting the game with the -RenderOffScreen command line parameter.

2 Likes

Thanks! The Set Spectator Screen Mode node did the trick.