Hi! I have a very strange issue where white reflections appear both in the screen edge viewport editor and in the actual game when moving the camera. I have attached a gif of the problem and here is a list of troubleshooting steps I have taken:
This only occurs in a specific map level.
If I change the default pawn class to another character (World Settings) and hit play, the issue disappears, although it still appears in the editor.
I initially thought it was related to the main BP_PlayerCharacter, but in a different level with the same character, there are no problems.
I have tried removing Postprocess volume, but it didn’t work.
This occurs throughout the entire map of this level, both indoors and outdoors.
Finally, I managed to identify the problem as a glitch in one of the assets of my game, “Ultra Dynamic Sky,” and it was completely resolved after updating it. It seems that a combination of this asset issue and something else that caused the problem. Furthermore, this issue was not resolved by disabling occlusion culling from the settings panel. However, I’m still puzzled as to why the issue didn’t occur when using a different character, despite using the same asset. It appears to be a complex interplay of multiple factors, including the specific level map. Thanks for all