Hello!
I’m getting some strange lighting artifacts when I set my ScreenPercent to 25%. At best it looks like a strange dithering pattern and at worst and entire part of the screen is blacked out:
- The scene uses the default SM_Cube static meshes meant for blueprinting.
- The scene uses static point lights.
- I have anti-aliasing turned off in my project settings. I also tried it with FXAA, but the problem persisted. I’ve also turned of some other rendering features, such as bloom and ambient occlusion.
- I changed some values in my DefaultEngine.ini file:
r.TemporalAA.Upsampling=False
r.AntiAliasingMethod=0
r.MSAACount=0
r.ScreenPercentage=25
r.Upscale.Quality=0
Besides the points listed above I’m not sure what other relevant information I can give to help debug this issue, so please let me know if there is anything specific you’d like to know about the way my project and scene is set up.
Thanks!