How to disable Atmospheric Fog for SceneCaptureComponent?

I found the solution.

MySceneCaptureComponent->ShowFlags.SetAtmosphericFog(false);

:slight_smile: