Hello, I am devoloping games just for fun, just started learning UE5 and wanted to make a minigame only accessable in a widget. Like this:
m
But I wanted to make it so whenever I hit space bar if the blue line is in the red box, it will print that “i win”.
But I check in the debug mode and see that “spacebar” is not even firing. I think me setting up the game mode to “UI only” like this:
is preventing me from using any sort of input including keyboard events.
So my question is, can I make it so, I can send keyboard inputs inside a Widget while blocking them from making my character move?
For example my sending spacebar input while preventing my char from jumping up and down?
Thanks