In Unreal there’s an Option in the Project Settings you could untick, it’s named “Start In VR”
You could also execute the command “stereo off” in your Level Blueprint onBeginPlay.
To let the player use VR mode you’d execute “stereo on” after that.
Hope this helps.
Schnittbrot