Stereo FPS 1/10 of Nonstereo FPS (Performance Issues)

Hello UE4 community!

I currently have the following problem: I have a simple 3d scene which I am able to navigate through at ~450 fps with stereo deactivated. As soon as I activate stereo however, my FPS drops to 37,5 (or ~40 with vsync off). I might be wrong here, but that seems too much of a cost for the calculation and distortion of a second viewpoint.

So my question is: Is there a hidden setting I am missing which drops my FPS that much? I can barely reach 75 fps with the console command “hmd sp 50”, which ofc. looks horrible.

Using UE 4.6.1 and SDK 0.4.4, Windows 7, Aero disabled and Direct to HMD.

Regards

This is a known issue, If the FPS higher than 75 it gets stuck at 37. Disappointed with Oculus compatibility. Is there hope? - VR and AR Development - Unreal Engine Forums

4.7 will include 0.4.4, so that may fix things.

Shouldnt this be “if FPS is lower than 75, it gets stuck at 37.5”? Also, I tried with Vsync off and like i wrote, the Framerate is at about 40. What I want to know is how any of this can happen. 1/10th of the regular framerate?

Hello! I posted how my team was able to achieve 75 fps consistently in the thread that was linked here so I’m just copy and pasting what was in that thread.

This is how we were able to get to 75fps in our level. First off kill everything in the post process settings in project settings (you can keep AO for static objects and anti aliasing)
Delete your reflection sphere.
Open couch knights and copy there post process volume over and replace yours with it.
Turn every light you have in your scene to static.
make sure to build lighting.
Launch and make sure you are in direct to rift mode (extended caps at 60)

Also we found that keeping it under 500 draw calls (250 in each eye) helps tremendously

Let me know if this helps it might just be a solution for us.

Also, if you happen to be using an NVidia graphics card, in the GeForce driver, try to set the power management to “performance”, it’s helped me get better performance in Direct Mode with my 680:

https://forums.unrealengine.com/showthread.php?56669-Performance-increase-by-switching-from-low-sp-to-high-SP-and-back-to-low-SP&p=218152&viewfull=1#post218152