Hi!
I have issue.
Why On Key Down doesn’t work with enter, ← and ->. Other input works.
- I am assuming this is in UMG?
- Inputs are Game UI or UI only?
- Are we getting any triggers OnKeyDown at all? We can check with a print string hello?
- If not triggering and if its UI does UMG has focus?
- If triggering and its not UMG what input event is coming?
Just to start debuggin
1 Like
On construct of this UI did you set input mode to UI only? Also, everything here looks good but after the Boolean checks your just executing the return node, you’d want to implement desired functionality or call an event from the BP for anything to happen