Hi, I am writing the SceneCaptureComponent2D to the disk as PNG, but don’t know how to make it look as good as the editor?
Here is what the editor window looks like:
Here is what it looks like when saved to PNG on disk, it looks a lot flatter in turns of color:
The RenderTarget format is set to RGBA8sRGB (read on the forum that it has to be set to this format in order to save to disk)
Here is what it looks like if the RT format is the default RGBA16, it looks a little better, but darker than the editor, and also I cannot save this format to disk:
The SceneCapture is set to capture “FinalColor(LDR) in RGB”
Please point me in the right direction.
Thank you.