UMG widget button needs arrow input before focus

Just in case this may be useful. Maybe this is what was happening to you guys. In my case, I needed to target the actual button within the widget because I was using a custom widget button inside another menu widget. Targeting the widget button won’t work because it’s actually a “canvas”, you need to target the button inside the canvas instead.

5 Likes