How do I use a widget OnClicked event as an event trigger in another blueprint?

Hey Benoy_Jamie-

You will have to get a reference to your actor in the level with the event to call. You can then use the reference to call the desired function from inside your UMG OnClicked event.

Cheers