The cause of the crash is out-of-range access to the array.
ExcludeDecals eliminates the mesh instance to which the decal material is assigned, but it seems that the MeshCommand has been registered.
The relevant part is in the GatherRayTracingWorldInstances function of DeferredShadingRenderer.cpp.
There is a part of this function that checks the ExcludeDecals flag, but I have confirmed that the crash can be avoided by moving this branch instruction before the previous command addition process.
.\Engine\Source\Runtime\Renderer\Private\DeferredShadingRenderer.cpp
[Link Removed]
I have attached this settings project.
Setting r.RayTracing.ExcludeDecals 1 in this project will reproduce the crash.
[Link Removed]
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
How to achieve HLSL Multiple Render Target in Material blueprints?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
What method is used to fill polygonal regions when drawing spline mesh at run time?
An error occurred while trying to generate project files !?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-99710 in the post.
1 |
Component | UE - Graphics Features - Lumen |
---|---|
Affects Versions | 4.25 |
Target Fix | 4.26 |
Created | Sep 16, 2020 |
---|---|
Resolved | Sep 16, 2020 |
Updated | Sep 19, 2021 |