Output a render texture of different size than SceneTexture

In case anyone has a similar problem, I ended up creating 3 different materials with a texture object input, setting the first one as post process for the screen capture component, and calling “Draw Material to Render Target” for the other two in blueprint each on a separate target texture of the appropiate size, and with the previous step as input parameter.