I need a different dynamic UI for different eyes in VR. I am trying to create some thing that is working with eye tracker and I have to draw an image on the location that player is looking. Problem is when I use a single UMG it is only drawn for the left eye and if I use a stereo layer it is exatcly the same and it is a problem when player try to focus on some thing that is in the middle of the screen.
I’m not exactly sure what you are trying to do but if stereo layers aren’t working for you you can create a couple of materials that only display in the right or left eye using screen position. You can then take each UMG and override its material with either the “right only” or “Left only” material.
In the screenshot I’ve attached the Opacity mask is configured so the material will only display on the left side of the screen. You can reverse the IF node to make one for right only.
With this method you can do a bunch of things that only display in either eye.