Try Go get hit event on Child Actor

I have child actor on my player .
The Blueprint of the child actor has an event of a BP_interface That is attached to it.
now i am trying to hit the child actor wit a raycast ,but i dont seem to get the event triggerd
I test the event whit a breakpoint.

if i seperate the child actor from the player i can make it work.