Multi-Display in VR Headset and Monitor

Hi guys,

I’m working on an asymmetrical two players game that uses one PC. One player sees through the headset while the other player sees a different view through the PC’s monitor. I’m having trouble output the two different views with their unique controls for the players.

Any suggestions?

Thank you

This plugin: GitHub - chaosgrid/ExtraCamWindow: A simple Unreal Engine 4 plugin that allows to have extra game windows with their own camera viewpoints. from this forum:Multiple active cameras for 1 player - C++ - Epic Developer Community Forums is the closest thing to a solution that I found. However, upon trying to implement them on Unreal 4.12.5 (and 4.14.) these are the error messages that I receive in order:
First:1.PNG

Seconds, regardless of clicking on Yes or No:2.PNG

and finally:3.PNG

Any potential fix?

Do you solved this?

I try to use pc monitor for correct vr player behavior, and very interesting in solution.