I want the same behaviour as in Lyra menu where you can click with your mouse to loose the focus of a button but when you switch back to gamepad a button gets the focus back. What do i need to do to get the same effect? In lyra there is ‘Focused desired target StartGameButton’ in the console but in my project im not getting that. I am using the common button and widget in ui and set the viewport to use the commonViewport of the plugin.
1 Like
ok found my problem … my CommonActivatableWidget was not activated and you need to override the getDesiredFocusTarget function
2 Likes