EventDispatcher call

In my weapon BP made the “hitDetect” function, binded by a custom event to the dispatcher I use in my character BP :


Here when I attack I call the dispatcher

And this is the AnimNotify:

I guess I’m supposed to call only by AnimNotify?