How to take a screenshot including UI only using Blueprint?

Hello! I am trying to take screenshots to use for my save/load menu. I am working on a visual novel and I would like to have images saved of the game at the time of the save that includes the UI since most of the game happens in the UI.
The only solution I have found so far is to use the console command node to take a bugscreeshot, then I go and access the image and rename it to match the name of the save. However, if the screenshot takes too long to be taken then the timing gets missed and the screenshot isn’t renamed.

So what I would like to be able to do is take a screenshot that captures the UI/current game view and assign its name when the screenshot is taken rather than waiting for the screenshot to complete. Is there any way to do this using only blueprints? I am open to using a marketplace addin if one exists that does this.

3 Likes