The VR display problem on the packaged item

About Oculus CV1 :

Unreal Engine 4.10 package items in the computer show a single field of view.

But Unreal Engine 4.14 package items shows left and right eyes.

How to change the display of Unreal Engine 4.14 ?

Hi,

So I’ve seen a few posts about the same problem. The console command you are looking for is HMD Mirror Mode:

  1. HMD mirror mode 0’: default
  2. HMD mirror mode 1’: Undistorted stereo
  3. HMD mirror mode 2’ : Undistorted single eye
  4. ‘HMD mirror 960x1080’ : sets mirror window to desired dimensions

once you have your package running open the console and type “HMD mirror mode 2” that will enable the monoscopic view you want. You can also add an OnEventBeginPlay node that calls the HMD mirror mode 2 console command when you run the game, that’s what I’ve done to fix this problem.

Hope this helps.

Best,
Mackenzie