Not that I can remember, I think I changed the shader itself which made the problem go away for me. You could make a child c++ comp from the scene capture component and try to override stuff by looking into the source code of the component, there are some stuff that are not exposed to blueprints like for example I have changed ShowFlags.SetSeparateTranslucency(true); which fixes translucency for the component.