Gear VR motion controller rendering is broken

I had no issues with 4.16.x and this is what I am seeing in 4.18.3 and 4.19p2:

As if controller renders completely differently for each eye and images don’t converge properly at the end, resulting in 2 motion controllers rendered in-game.

I followed Epic’s docs about setting up motion controller for Gear VR and checked example project. I have the same exact setup in my project.

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://forums.unrealengine.com/unreal-engine/announcements-and-releases/1410408-unreal-engine-bug-submission-form

Thanks

Alright, submitted using new form

Btw, if you need my project, I got one ready for you (just need to know who to PM link privately).

I think I sorted this one out - if root of the camera (and thus root of the motion controller) is something other than Scene component, then stereo rendering of the controller will be broken. As I replaced my camera root from Static Mesh to Scene, the issue went away.