Report Damage Event not working

I’m following a tutorial on youtube about enemy Ai perception but I having somme problems with the damage section:


This is the Damage sense config in the enemy BP, simple as that and ok.

Here the logic triggering the damage event performed in my character BP

As you can see the enemy have the damage perception in the Debug so why not working when I call the event?
I read I have to cast the damage event on the controller and not the pawn maybe, if this is the problem, how do I cast on the controller?