Hello, i'm working on a top down shooter game for my school.
I have a question:
How to make a child actor return values to a parent?
In this case, a Robo actor spawns a laser actor every step. If one of those lasers hit the player actor, laser actor updates its PlayerX and PlayerY coordinates to where the collision occured. How do I return these values to its parent Robo?

