How to hide the VR headset getting spawned in the game?

I’m using the default VR Pawn which is getting spawned when the game is played. However, I can also see that the headset is visible in the scene. How can I disable its view in the scene? I do want the controllers to be visible but not the headgear. Hiding the actor in the game hides both.

The HMD is just a Static Mesh attached to the Camera Component. Delete the Static Mesh component, disable visibility, or set to Hidden in Game.

1 Like

Thank you, this worked!

I want to hide specific parts of the HMD in certain levels and keep them visible in some. I’m using a sequencer to achieve this. Presently, the VRPawn is getting spawned when the game is played. To use it in the sequencer, if I add the VRPawn to the scene and posses the player, I can’t view it through VR Preview option. Would you know what might be causing this issue?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.