Disable SpaceBar input button from UMG

Hi, i need to desactivate the spacebar that emulate a click. But not from the focus widget.

The thing is, from 4.10 the space bar don’t emulate a click on a button.
And 4.12 introduce the input.

Someone can provide help ?

Still seeking for an answer

You can override OnKeyDown and OnKeyUp in SButton class and remove getInputKey() == SpaceBar from it