I am working on a tactical RPG and I am trying to figure out how to let the player character class know the projectile has collided to end their turn. Right now when the player presses the shoot button it spawns a projectile actor that travels in the direction they were aiming. The projectile is registering collisions but how can I let the player character class know that it has happened?