OnHovered Widget

I think you are asking about hovering over a Button for 3 seconds.

If so- Add Two variables.
A Boolean for whether you are Hovered over the button or not.

And a Float to store the time Hovering began.


Place the Button in the widget and create OnHovered and OnUnhovered events for it (Green boxes at the bottom)


Then set up a Timer in the Event Graph to handle things.

Hi, i have a widget, this widget is activted OnHovered, i need activated this widget when you stay 3 or more seconds OnHovered.

Sorry my english is very bad.

Thanks, a greetings.

Wowwwwwww!!! Thanks!!! Is perfect!!!

Glad it helped.

(remember to [Pause] the timer when you start in the “desired action” part.