OnComponentHit only works on Root?

I created a capsule component on an inherited class of Character. I then created a delegate for it but OnComponentHit doesn’t fire, but is bound. However, if I use the delegate with the capsule component in the parent Character class, which is the RootComponent it works. Does OnComponentHit only work for the root component? I checked and use the say date on both capsule components.

Hello! Can you share your character BP picture?