How "export render target" function works?

I had to go by alll the settings one by one to get it to export to png.

Here’s the settings I used to get it to export to PNG.

On your SceneCaptureComponent se tthe ‘Capture Source’ to ‘Final Color (LDR) in RGB’.
On your RenderTarget2D set the target format to ‘RTF RGBA8’.

This made the file readable for me.

3 Likes