In a blueprint widget you can override the function On Preview Key Down and from the input In Key Event call Get Key and use the function Equal (Key) to compare it to the space bar. If true, then you can use the function Handled to create an Event Reply for the return node so it won’t do anything; otherwise, you can use the function Unhandled so it will be processed normally.
3 Likes