[UMG] Focus and Mouseover Events?

Are there not events for UMG widgets for “mouseover”, “mouseout”, “focus in” and “focus out”? I’m trying to make a custom tooltip that updates whenever you mouseover or focus a new inventory item, but I can’t figure out a way to do it without these events.

Any ideas on how to do this would be much appreciated!

There are events in UMG for Mouse Over and Mouse Out, they are “Event On Mouse Enter” and “Event On Mouse Leave” respectively.

You can access them on the Event Graph for any UMG blueprint.

Oops, I see that now! Thanks.

Does anyone know if they are going to have similar events for focusing with the controller support stuff? I don’t have 4.6 at the moment.

I don’t have access to a controller to be able to try that out for you, but the only focus related event I can see in 4.6 in regards to UMG is “Event On Focus Lost”.