Spacebar wrongfully activating a widget

I’m using a widget blueprint to control a plane moving left and right. I have it set so that when I press space-bar it should fire. I also have a button in widgets so that a mobile device would trigger it and I’d like to use the spacebar for debugging. Whenever I use the the space-bar first it fires. Then when I press either left or right widget the spacebar then controls me moving left or right respectively. Is this a feature or a big and if so how can I fix it?? Thanks!

Make sure you turn off “Is Focusable” otherwise it will get Keyboard Focus if you Click on it. Other Elements can also be focused, usually anything interactable turn them all of if you never want to Controll your UMG via Keyboard Navigation.

Hey man thanks for your answer it really helped me out. It wasn’t really game breaking just annoying since I couldn’t test something out so it really just ruined the fun of making something as any bug does. Thanks for your help :slight_smile: