Side by Side 3d

is there any way to enable side by side 3d view for all types of HMD’s? I have a Sony HMZ-T1 would like to try the demos in stereo 3d even the demos that say they support OR didn’t work with me I tried to find any console commands but to no avail?

the stereo on option didnt help in anyway! also tried hmd
warp on didnt work too…

since no option combo between stereo on/off hmd warp on/off is helping is there anyone doing a manual blueprint to help achieve this side by side 3d if we could split the screen between the current player camera and second split screen with invisible player camera next to the players own would allow us to use this with any 3d setup we want not just HMD’s even dual projection systems… is there anything like that being worked on? I dont get why was the rift given the highest priority when side by side 3d for generic stereo 3d use is far more important!

Maybe this could help you start https://answers.unrealengine.com/questions/54924/where-in-the-c-source-is-splitscreen-implemented.html

Hi, please visit the “iLocalPlayer” UE4 C++ Plugin: iLocalPlayer4UE4 in Code Plugins - UE Marketplace
Functions of this plugin :1. Side-by-Side Stereo 3D implementing; 2. Asymmetric projection(or named asymmetric view frustum) implementing.

Hope this helps you.