Hello,
I’m troubleshooting an issue with ray-traced reflections in Unreal Engine 5.2 and seeking some assistance.
Project Setup:
Engine Version: UE 5.2 (City Sample project)
Project Settings: Global Illumination set to Lumen, Reflection Method set to Ray Tracing.
Scene Details:
My scene includes a chrome sphere, a bright emissive cube, and a point light.
Problem:
Initially, I was addressing flickering reflections. To ensure only ray tracing was active, I’ve taken the following steps in my Post Process Volume:
Set Screen Space Reflection (SSR) Intensity to 0.0 and Quality to 0.
Reduced Lumen reflection values.
Enabled Ray Tracing Reflections, configuring Max Bounces and Samples Per Pixel.
However, with SSR fully disabled, the chrome sphere now shows no reflections of the emissive cube or other scene elements.
Observation:
Reflections do appear on the chrome sphere when Lumen reflections are active, but they disappear when I rely solely on Ray Tracing Reflections as configured above.
Question:
Does Ray Tracing reflection in Unreal Engine 5.2 function completely standalone without any Screen Space Reflection or specific Lumen interactions, especially concerning reflections of emissive materials? Or are there additional console commands or particular material setups required to ensure ray-traced reflections render when SSR is completely off?
Any guidance or troubleshooting advice would be greatly appreciated.
Thank you!