Archive 17/01/2023.

How to export the Screen Buffer image/pixels?

najak3d

We’ve already done this via a kludge of putting a plane in front of the camera and projecting the whole scene onto this plane… and then exporting the Texture pixels. This worked but was a hack.

What we really want to do is to just copy out the Screen Buffer itself (what you see on the Render Surface, verbatim). Can anyone please point us in the direction of code that will accomplish this?

In short, we want the effect of a full-screen snapshot image, without the kludge I mentioned above.

Modanung

You are a pizza box. [ ἆω]

Forward, evar forward! 𐍉

1vanK

Need a postprocess or screenshot?

JTippetts1

Graphics::TakeScreenshot?

najak3d

JTippetts1 - Thanks! That was an easy solution.

Modanung

Well done, @JTippetts1! :fish_cake: