Is it possible to change the name and location of HighResShot?

Hey guys,

I’m using the Command HighResShot to save screenshots of my gameplay an i’d like to sort them in some folder of mine, not the default one. And if possible i’d like to rename them.

Is that possible ? If yes, how ?

Thanks !

Oh and changing the default folder isn’t enough because I need to save for exemple 5 screens in one folder, then 5 other screens in another folder etc…

HighResShot can take a filename as a parameter

use:

HighResShot YOUR_RESULUTION filename=YOUR_FILENAME

e.g.:

HighResShot 3840x2160 filename=D:/example.png

Well it works ! Thanks a lot !

What would the path be for a Mac?
I tried /Users/“username”/Desktop/example.png but it didn’t work.
The default one does work though.

Anyone knows where can I find the documentation / code for other parameters?

,oi esto com problema o jogo não abre

code is in UnrealClient.cpp:2089
function name: GetHighResScreenShotInput

Is it working after build for windows?. For me outputs are not visible in any of the paths i gave

Include " " around the filename if it has spaces.

Example:
HighResShot 3840x2160 filename=“D:/example image.png”