How to keep the previous camera frame?

In Unity there is the “don’t clear anything” flag on the camera, which keeps the previous frame buffer. Is there an equivalent flag in UE4 for the camera? Or render target?

Also interested in such a feature