when I set “escape key” link to “quit game” in the blueprint. It works in the editor but not in the exe file. doing this in a cube actor blueprint because this is the only thing I have.
This is normal.
ESC is an editor convenience, but won’t work in a packaged game.
Unless you specifically add keyboard input for it, and call ‘quit game’.
1 Like
I tried to use Escape key keyboard input, connected to quit game. didn’t work
In the packaged game, you have to explicitly make it an input, just like you do for the player.