Hey Community,
Anyone able to jump in and let me know what’s happening here with my Lumen Reflections? Everything default in engine settings - Unreal 5.5.4.Mac with SM6 enabled.
Hey Community,
Anyone able to jump in and let me know what’s happening here with my Lumen Reflections? Everything default in engine settings - Unreal 5.5.4.Mac with SM6 enabled.
Hello there @Damian_Grady!
That is a very strange occurrence with just default settings. Checking around the community, there are ways to deal with flickering, let’s try to implement some of them:
The first step would be to ensure your OS and video drivers are in the latest version available
Next, test disabling Nanite for your reflective meshes
Disable high quality reflections and screen traces from console command. These features are usual suspects for other flickering cases:
r.Lumen.Reflections.HierarchicalScreenTraces 0
r.Lumen.Reflections.HighQuality 0
r.Lumen.ScreenProbeGather.ScreenTraces 0
r.Lumen.Reflections.ScreenTraces 0
There are further methods to improve Lumen reflections, I suggest following this guide. It helped me a lot on my own projects.
Hey @brs-sebascova
Thanks so much for taking the time to reply with guidance and a few options for me to try. It’s very much appreciated. I’ll report back asap.