Common UI navigation

Yo guys can yo help me out from this headache? I want my menus to accept WASD as navigation and F for confirm i watched many tutorials but all of the focused on controller and other ■■■■■■■■. How to do that exactly?

I’m assuming you’re using Common UI. For the F to be confirm, you can just set it in the blueprint class you have set in your project settings under Common Input Settings in the first setting called Input Data. And this in turn points to a data table that has your default actions for select and back. You can add the keys you want there.

For WASD, you need a NavigationConfig struct setup. Here’s a good video showing how to do that.