WaterPlane asset problem

Hi, I downloaded an asset “WaterPlanes” from Epic Games. Everything is fine, except one thing. How can I remove this “fading” on the sides of screen when i moving my camera view position? (M_LakeWater_01)
[video]https://youtu.be/x8eqGdnVHxE[/video]

You can’t, that’s just a side-effect of Screen-Space Reflections. It happens on anything that uses the technique.

You can turn SSR off and rely on the reflection buffer generated by Sphere Reflection Captures, but it won’t look as good and the rest of the scene will suffer the same fate as well. SSR is what makes the reflections look good, but it’s either on or off for everything.

This is in no way a bug or a fault on the Engines behalf btw, it’s just a technical limitation of the technique.

In general, if your underlying sphere reflection matches, this artifact will not be very noticeable. It is only so obvious in the above image since there is no static reflection to fall back on.