Hi all,
I would like to add a feature on my project : the ability to take screenshots during the game, but while having the opportunity to choose the format (jpg for example), and the file directory (the player can choose to save the photo where he wants on his computer, not in the default directory “saved / screenshots / windowsnoeditor”).
Probably need to do some programming for this or potentially there might be a way to do it with matinee and it’s record function but I haven’t really looked into that.
Filetype is difficult, but for screenshots you could just rig up a button in Blueprint to run the Console command Highresshot 1. This will take a screenshot of the game and save it to the game’s folder. By default Highresshot exports out as .png.
Just realised you know about this already - from what I can tell there is no way to change the default saved/screenshots/windowsnoeditor directory, though I’m sure someone here with coding knowledge can help rig up something to specify the default directory with a .INI file.