I my game, I used the key “F9” for stopping the game.
I already change the setting in “Keyboard Shortcut” and remove the shortcut key for screenshot.
But after I packaged the project, the function for shortcut screenshot “F9” is still working.
Each time I pressed “F9” to stop the game, an image is also captured.
I am just a beginner in Unreal Engine. May I ask when should I check the “For Distribution” checkbox? Except shut out console/debugging keys, it there any different after I check the “For Distribution” checkbox?
Hey, I am here to know how to change computer shortcut keys. My keys are default as windows provide but i want to change some shortcut keys. Will you please help me out to change keys?
That’s the first line in google by request “disable f9 screenshoting”, so i’ll add extra solution here:
F9 screenshot is a debug binding that seems to be disabled in shipping builds; Nevertheless, there are cases where it need to be disabled in editor\development build and it’s not even in editor’s settings.
So: initially binding is defined in /engine/config/baseinput.ini, so to disable it we may edit project’s /config/defaultinput.ini to completely remove it for our project: