Lower rendering resolution than window

I want to make a pixel-perfect platformer so I need to have a lower rendering resolution than the window resolution.
I manage to make this effect using SceneCaptureComponent2D with a lower resolution and a post process that draw the render target on the screen but I need a sceneCapture per buffer and its quite heavy.

If there is a better method please tell me.