[UMG] Communicating from a widget blueprint to the level blueprint...

You could use an event dispatcher on your Widget. The level BP would have to get a reference to Widget and then bind the event dispatcher to the logic you want executed.

Then inside your Widget you just have to call the event dispatcher at the right time.