Stereo Layer set to world locked is in wrong position. It is offset to below where it should be and shifts right and left faster than objects that are at the distance from the camera.
To Reproduce:
- Using the VR Template, set up a VR Scene.
- Create an Actor Blueprint.
- Add a Cube component that is one unit on an edge to the defauldSceneRoot in the new Blueprint.
- Add a Stereo Layer component that is also one unit by one unit also to the defaultSceneRoot.
- Both Cube and Stereo Layer should be at 0,0,0
- Select “World Locked” as the Steroe Layer Type
- Select “Quad Layer” as the Stereo Layer Shape.
- Add a Texture To the layer
- Drag the Actor into the Scene
- Go into VR
The Stereo layer will appear Lower than the cube, when it should appear in the center of the cube. It also will move from left to right quicker than the cube when the user moves from left to right, almost as if it was closer to the user than the cube (parallax effect of things closer moving faster in relation to thing further from them)