How to call a Blueprint Custom Event from C++ code?

This is the piece of code

I can assure you, the event gets called. I tried placing a Breakpoint in the event inside the Blueprint and… it gets called but the message doesn’t appear.

I think it’s a problem inside the Widget blueprint itself… Help <.<