It looks like the DistantScreenTrace(...) in LumenScreenTracing.ush reports a false positive hit in the dark regions.
Using screen trace visualization reports the distance in these regions as 65535.
1. Open test project from Licensee: https://udn.unrealengine.com/sfc/servlet.shepherd/document/download/0694z00000Wy9GjAAJ?operationContext=S1
2. Observe dark artifact on the reflective rectangle when nothing else is present in screen space
3. Turn off “r.Lumen.Reflections.DistantScreenTraces” and observe that the problem is no longer occurring
4. Alternatively, change the cvar: “r.Lumen.Reflections.DistantScreenTraces.MaxTraceDistance” to a lower value like 10000 and observe that the problem is no longer occurring.
How do I set a material as a post-processing material?
How does TextureRenderTarget2D get TArray<uint8> type data?
How to delete some elements correctly when deleting an array loop?
Why does the REMOVE method of map container remove elements have memory leaks?
What is the difference between Camera and CineCamera?
How to assign a value to a member of UMG's UMaterialInterface pointer type in C++?
Why does UV setting float2(1,1) display incorrectly in the material's custom node?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-200202 in the post.
0 |
Component | UE - Graphics Features - Lumen |
---|---|
Affects Versions | 5.3 |
Target Fix | 5.4 |
Fix Commit | 29720584 |
---|---|
Main Commit | 29731754 |
Created | Nov 10, 2023 |
---|---|
Resolved | Nov 14, 2023 |
Updated | Dec 11, 2023 |