I want a widget to detect whenever a navigation key is being pressed. For example is the left, right, up, down keys on the keyboard. I saw these two nodes and it seems like these are the closest nodes that I can use but I don’t know which node to plug it to.
Like if I use Any Key node, how can I make the Key to connect to Get Key Event Nav Direct?
Next, in the Widget Blueprint, override the On Key Down function and implement the logic shown in the image. The Print String nodes are just there to verify that the event is firing correctly when you press the navigation keys.