VR Glitch - When "Add To Viewport" Is Active

Hi, I am having a problem with the Oculus Rift DK2, I am trying to add the score of my game to the HUD and it works but at the same time when I use the “Add To Viewport” node and launch the game the VR glitches out like the textures duplicate thousands of times on the right and bottom of the screen.

Is there a fix for this or at least a work around? Thanks

How would I go about implementing the 3D widget?

Hi!

The resolution to the original issue is now to use 3D Widgets. UMG is projected directly on the camera in its 2D form, which is where the problem is occurring with having two camera “eyes”. After looking into solutions with making the 2D widget appear directly in the eyes, it was determined that the best solution is to use 3D widget that is attached to the camera, but placed slightly away. This creates the illusion of the UI floating in from of your player’s eyes, just like a HUD. It turns out that putting anything directly in the eyes of your player is nauseating and gives them a “I have something stuck in my eye” effect, which can cause strain that is painful.

Awesome, just ran into this issue myself.