Which Controller Id spawned projectile and caused damge?

I am creating a game with local multiplayer,

I have my players spawning with different controller IDs, but I am having trouble figuring out how to find out which controller id spawned my projectile and caused damage on an enemy. I know it has something to do with the instigator, but I cannot find information on how to feed the instigator controller id to the player then to the projectile it spawned and then to enemy it damaged.

thank you for any help you can give me,

Melissa.

I ended up doing a work around since I couldn’t figure out how to feed the instigator data through the spawn node.

I just set variables through the line from projectile to enemy of the number of the player controller