HI, I’m try to execute some function in the exact moment when I finish to take a screenshot, to do that I saw that there is a delegate that are called ad the end of the screenshot.
Very thankful you dug around and found this to begin with, but do you know how you could make use of this with a static function?
I have an Actor class that needs to make use of the output of the screenshot request, but static UProperties and delegates aren’t allowed. Do I just need to make a whole new static class?