[UMG] Cursor over Button

I want to call an event when the cursor in over a button but there is only onclicked

is there anything comparable like a button which can do this and where i can add an texture?

thanks in advance,

+1 I also would like to know this :slight_smile:

I haven’t tested this but I found this doing a quick search. Might be a place to start.

already tried didn’t work for me as it was supposed

Looks like you can have “On Mouse Enter” and “On Mouse Leave” events (you can access them from Event Graph), but this way we need to have separate UMG widget for every UI element that we want to use with these OnEnter/OnLeave events.
If there isn’t any better way to do this, in my case i would create separate UMG widgets (each with its own “onMouseEnter” event) and add them to Canvas from “User Created” section.