(Mobile) Google vr switch

I have activated the plugin google vr, in my game i would like to offer the ability to play in vr or normal mode. since the game automatically starts in vr mode as I can create a switch in the start menu?

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