Set custom focus on buttons

I am creating a menu in UMG that works using keyboard keys, implementing an arrow-shaped cursor by it side.
I would like to know how I can put the focus on a specific menu item, for example, if I move the cursor from one button to another, the focus changes to that another button.

Thanks