Can't navigate UIs created with Assets digest with the controller normally

Summary

I made my settings UI with button event binding that came during today update, but when I try to select others buttons with my controller I’m stuck on the middle button, the only way to be able to move is to press the middle button of my UI

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

UI/Tools

Steps to Reproduce

Create a widget blueprint with buttons,
create an instance of that widget in verse and display it on player UI with .AddWidget function and “ui_input_mode.All” input mode,
Use a controller and try to open and navigate the UI.

Expected Result

Being able to select other buttons on controller when the UI opens

Observed Result

I can’t select other buttons on the controller and I have to press the middle button on my UI once to be able to select other buttons

Platform(s)

PC

Video

Fix: Select the root widget and check “is focusable” then put the focus on the button you want