i just found during the wrap with… a Widget called Viewport and even if its experimental i would like to know if someone got this to work, that he is able to render a scene.
I looked inside the Viewport.h but it is not telling me anything except for set Rotation and Location.
Its essentially a ‘pocket world’.
Once you’ve added it to your UMG widget, you can spawn actors inside this pocketworld like you would the regular world.
The image produced by the viewport widget is then based on what it can see by the view location & rotation you set, compared to what and where you placed inside it.
The original version didn’t support a transparent background, making its usefulness limited if you wanted to render real world stuff behind it.
Otherwise, quite handy