WIDGET SWITCHER GET FOCUS FOR GAMEPAD

Hi all,

I am trying to create a Menu to be use with a gamepad.

This menu will have different tabs, that i can navigate between them with a Widget Switcher.

The problem comes that when I create the widget, with common UI plugin, I have a function get desiredfocus target that focus on a button in the first menu, but when i click on a button to move to another menu, i lost focus and cannot use the gamepad anymore.
with mouse and keyboard it still working and i can go back to the previous menu, but how can i do it with the gamepad to have focus on this new page in one of the buttons there?

Hope this makes sense, i come from architectural visualization and not very familiar with programming .

Thanks in advance

I think i got more or lesh what i wanted with a push widget function, not sure if its the most efficient way, since i need to create a different menu instead of widget switchers

For those who stumble upon this problem in the future: The Activable widget switcher has a transition value of 0.4. You can solve this by either removing this transition value or adding a delay of 0.4 seconds after activating the widget.