Export Render Target Node Produces Blank Images

Hey,

I’m following this tutorial on creating a photo mode in unreal engine:

[https://www.youtube.com/watch?v=AzJoFrO_rKc]

The scenecapturecomponent2D is correctly capturing the scene as it is displaying in the widget correctly:

Here is my implementation of the export render texture node:

The photo is saving as a png the correct size but the file is completely blank:

The scene capture component is set to final colour ldr in rgb, the texture is rtf rgba8 (i have also tried rgba8 srb and rgba16f) and i have tried toggling the a in upper left of the render target to both on and off with similar results. I believe that the alpha setting of the export may always be zero but im unsure how to fix this.

Thanks so much for any help and please let me know if i can provide any more information.

I know similar questions have been asked before but I’ve run through the answers and they’re not helping.

when you export render target alpha is flipped for some reason, if you open the image in some editing software and turn off or invert alpha image should show up.