Hi there,
I’m working on a project right now where I have two buttons in UMG that take a screenshot and open up a link in the web browser.
I take the screenshot by issuing the “Shot” console command.
I open the URL using the “Launch URL” node in Blueprint.
The problem is that I want to deploy to both handheld and HTML5 in addition to a desktop packaged app.
So my question is - is there a way to get these commands working in something other than a packaged desktop application?
In the case of a handheld - I’d love to hit the screenshot button and have it save to the device’s photo library, or hit the URL button and open up the default launcher.
For HTML5 I’d love for it to open a dialog box for saving an image.
Also in the case of a desktop packaged app, how does one change the default directory where screenshots are saved?
Any suggestions on how to get this to work?
Thanks so much!
Andre