Hi, New UE5 user here. I’m having issue with button focus and keyboard input.
What I’m trying to make is similar to Smash Bro’s character selection scene.
ref: https://youtu.be/hjY2ZrauRX4?si=T1w1PEN_eKhi-oTq
When button is focused, NOT clicked, using keyboard input (up/down), I want the text to change accordingly. For example, in Smash bros, when “Mario” button is focused, lower half of the screen shows image of Mario, but when focus changes, it shows a different character in that area. I want to achieve the same thing.
This is what I have so far:
Since I manually set focus to Stage1_bttn, it initially displays “Stage 1!” as text, and prints “ONE”. However, the text does not change accordingly and prints nothing after that, although I slightly see the focus being changed by keyboard input.
- I also have On Hovered function on the side, but that works only for mouse hovering.
- I can’t find “On Focused” event in any of my button.
I would highly appreciate your help.