How to start a level in VR?

So I have a VR level that I built, and when I start it in a VR preview(Click on the play button on the top > VR preview), it works in VR but when I start the level as a standalone app, the camera is on the floor and not reacting and the level is not interactable(basically it doesn’t work). I already selected ‘start in VR’ option in project settings, but still nothing.

How do I make the level Actually work in VR outside of the engine, as a standalone game?

There is a BP called ‘Enable HMD (bool)’. Set it to true in the level BP or elsewhere and you are ready to go.