Calling a custom event in Level BP from Widget BP

I am trying to call a custom event that is in the Level Blueprint from a widget but it isn’t activating.
It should print the Text Clicked and play the animation when i pressed the play button, the Animation is getting played but it doesn’t print the line.
The Print “clicked” is only a placeholder for another function that must be used in the level blueprint as it references multiple actors.