Show Widget when hover cursor on the object

Hi=) I have BP Actor and Widget with text. Me need to show Widget, when hover cursor on the BP Actor. How to implement? I did not find this information in the search=((

There should be an action called OnBeginCursorOver on your actor. Blueprint Actor Setup | Unreal Engine Documentation instead of changing colors just show/hide widget.

Thank you. I hope it help me=)