how to make a screenshot system

hi i want to make a screen shot system and i cant find a tutorial how to do it all i want is to take what the camera see it and save it as a photo can some one plz help me ?

Hi. To take a screenshot you type HighResShot in the console. You can change some parameters such as resolution also. For example HighResShot 1920x1080 if you want to take it at a different resolution than the screen resolution.

To use this in a blueprint you can use execute console command node, so you can create a function to fire this event on a key press for example.

Hope his helps.
Tom.

is not what i meant i mean like a in game screenshot like press j in game and then in the menu of the game ill be able to see the the screenshots i took

Oh OK. I’m not sure exactly the correct way on how this should be done as I haven’t done it, but I’m guessing using scene capture component 2D.

You can use capture to drive the images on your UMG.

thx ill try it