A project can be run in VR mode and PC mode at the same time?

Basically, I have no VR headset, but I will buy one. My question before having the VR glasses is:

At the beginning of the project I can set if the scene is going to run with keyboard (if VR headset is not detected) or run in VR mode if the glasses are connected?

There is a GetHMDDeviceName node that returns ‘None’ if no device is connected. You can use the ‘stereo on’ or ‘stereo off’ in the console command node as appropriate to go into VR mode.

DigitalMage, you just saved my day!!