Trigger the character's function when his projectile hits?

Here I am again, greet you dear programmers.

I have a character with a function(A), this character will spawn an actor(projectile).
The actor(projectile) is supposed to execute the function(A) contained in the character.

The character is the owner of the actor(projectile).

Does anyone know how to do this?