I really don't get the differences between Focus, Hover, and Select in UMG.

Hi, I am working on UMG for my project and kinda stuck.

Nothing works as I intended and I believe that’s becuz I dont undestand the terminology exactly.

So the thing is about button events,

I really dont get what the differences are between Focus, Hover, and Select.

As far as I understood before;

Focus is like s status that a button can be interacted by any input. No focus, no interaction.

Hover fires by only mouse cursor when it is inside the button area.

Select is just like hover but fires by keyboard, mouse and gamepad.

But when I tested those events, it is nothing like I understood.

Hover fires by KBM and Gamepad both.

Both hover and select not always firing at the same time by gamepad input.

Any explanation for UMG newbie? (GPT sucks)

Wating for your helps.

Thanks,