Best way to add onHover to text?

Hi! I’ve expanded UTextBlock with my custom class, and managed to get access to underlying STextBlock;

What is the best way now to detect mouse_enter or on_hover event? I tried to look on similar classes like UButton, but it seems like all their event-related constructions happens inside Slate construction routine, which I can not hook into.