Hi, I was wondering how to create a Key Event. (Specifically to the ESC key)
Here’s an image of what I’d like to create
from a tutorial I’m following. They don’t really explain how to make this part. Thanks
Hi, I was wondering how to create a Key Event. (Specifically to the ESC key)
Here’s an image of what I’d like to create
from a tutorial I’m following. They don’t really explain how to make this part. Thanks
RightMouseButton - Input - Keyboard - find and click on desired key.
or RightMouseButton - and type ESC
Thanks for the quick reply. I got it working in my level blueprint doing what you suggested, but the option doesn’t appear in any other BP’s.
The tutorial I’m following’s telling me to make a Key event in my CharacterGameMode BP
Try to do it in player controller or character class.
Thank you! It’s incredible that the “Creating a Pause Menu” and “Setting Up Input on an Actor in Blueprints” tutorials do not explain this.