is VR enabled?

Is there a way (via blueprints) to check if VR is running?
I’m trying to, on level load, check if you are using a vr device and if so, load the appropriate player. (either vr or fps)
please help?

Use IsHeadMountedDisplayEnabled to check.

1 Like

That worked - thank you.