Scene capture 2D: single capture with post processing material

I think I have still the same issue in Unreal 4.27 and Unreal 5.
Is there a workaround?

For now I am just disabling the scene capture from the scene, and then when it is needed:

sceneCapture->SetVisibility(true); // to capture
sceneCapture->SetVisibility(false); // to deactivate back

but I am not sure this has a relevant effect on performances.
There is this related topic too:

1 Like