When my menu loads I’m able to navigate the menu with my controller and select buttons, however when it first loads I am unable to select (click) the first option until I move. So it’s like the gamepad doesn’t have focus on that first option.
I have been battling this exact issue forever as well. As far as I can tell, everything should be working… It almost feels like a bug with the engine itself? Idk…
So all my buttons were setup as blueprint templates that I was calling in each menu. That way, every button had the same behavior and styling.
I realized that when I was setting the focus, I was setting it to the blueprint template and not the button that was contained within. So, in the event graph, from the blueprint object (let’s say the “start” button), I then pull from there and get the “menu button” object and set that to be focused.
Now i’ve set the focus to the button object instead of the button blueprint template.
After ages of trial and error and getting nowhere, I’m glad I got there. I hope this helps others too.
@mattsvlog
Man it’s been 1 week I try everything to make my controller work properly and you just save me, I was doing the focus on the blueprint directly instead of the Button. Thank you so much.
Hi, wanted to add to this topic in case anyone else was struggling with this issue. If you set focus directly after Event Construct, it won’t work. Use very small delay in between: