Invoke event manually

Hi,

How do I invoke event manually?

Not just calling OnClicked() callback function manually but actually invoking that event?

I know one similar way that is for every AActor has OnDestroyed and I can invoke that event by OnDestroyed.Broadcast();

However, if I want to have SWidget Button’s MouseClickDown or Hovered kind of eveny to invoke manually, how would I do it?