Is it possible to show something only on HMD?

I’m testing a VR Archviz project and I wanted to know if it’s possible to show an info UI only on my HTC Vive HMD and not in VR preview on a monitor or projection display. Thanks.

Hello,

Two options come to mind.

  1. Use VR stereo layers which only render to the HMD.
    OpenXR Stero Layers in Unreal Engine | Unreal Engine 5.1 Documentation

  2. Use spectator screen mode set to texture where the texture is a render target from a 2d Capture Component .
    Virtual Reality Spectator Screen in Unreal Engine | Unreal Engine 5.1 Documentation

Great suggestions! I will test it out as soon as possible. Thank you very much