Why does Space Bar doesnt trigger the Key Down Event?

I am currently working on a keybinding system, and got it pretty much finished, but somehow every KeyDown event works (I overwrote the function in a widget), I print the display name of the pressed key (for example “A”, “ö”, “Num 3”, “Left Shift”, …) but somehow when I press Space Bar, nothing happens? Any ideas why this is happening?

Hello Yeswecamp,

I came across this: Why does a SpaceBar input action not work? - UI - Epic Developer Community Forums

It sounds similar to what you’re experiencing - Does turning off IsFocusable fix it?

Thank you