In UE 5.6 there was an issue introduced that broke camera late updates and caused images in the HMD to look “smeared” when using DX12 and the Deferred Renderer. We were able to fix the issue but it was too late for the 5.6.1 hotfix. If you’re working with a source build of Unreal Engine you can cherry pick this change or use UE5/Main.
Let us know if you have any issues using the fix, thanks!
Dear Victor Lerp, thank you for the fix code. I tested it in the editor and it works very well. But when I was packaging, I found that this fix patch did not exist and still had no effect in the packaging. May I ask how I can operate or choose to compile the code to ensure that it can also solve this problem after packaging? Looking forward to your reply and guidance
@VictorLerp Hi Victor - I am in a bit of a spot: I started a VR project in 5.6.1 and rendering is all kinds of broken. However, I need the Meta XR plugin which has not been updated for 5.7 yet. How can I go about getting the fix in 5.6 or recompiling the MetaXR plugin for 5.7? Thanks!
Hi @VictorLerp
Thanks for the fix! It successfully resolved the smearing issue in the general case.
However, I noticed that the smearing on the HMD returns if I place and activate an actor with a SceneCaptureComponent2D in the level. I was able to reproduce this behavior in the VR Template by simply adding an actor that contains a SceneCaptureComponent2D.
Is there any additional patch or workaround for this specific situation?
The VR Template contains a SceneCaptureComponent2D in the VR Spectator Actor which is default in in the template Map. As we’re not able to reproduce it there, there’s something else involved - could you provide us with the full steps you’re taking to reproduce it?
In Project Settings, uncheck [Rendering] > [Forward Shading], set [Rendering] > [Anti-Aliasing Method] to TAA, and restart the project.
Create an Actor with a SceneCaptureComponent2D (ensure a TextureTarget is assigned) and place it in the level.
Note: The issue also reproduces if you enable CaptureEveryFrame on the SceneCaptureComponent2D of the BP_VRSpectator which is already placed in the map.