We are looking only for MonoBehaviour component on the same gameobject than your animation/animator component.
If you want to send message down your transform hierarchy you will need to add a monobehaviour that can handle this event on your Character gameobject and then from this function either
broadcast a message down your hierarchy which can be time consuming if you have a big hierarchy
or
call directly the desire method on your child ‘Point’