Get player controller from damage causer

I am trying to display the steam name of the player who does damage to another player. I have the last half working(I can display the person getting hit with the damage) but I don’t know how to get a player controller reference from a damage causer. Top left of image 2 has the damage causer and I need to attach that to the get net id.Capture3.PNG

Here you go:

That works, assuming the damage causer is a pawn. It could be a projectile, a bomb, or something else. The answer depends on how you are applying the damage.

Yes, you are right, I was assuming the DamageCauser is a Pawn because OP asked how to get the PlayerController of the DamageCauser. The Instigator might be a better option then, as it is exactly for communicating who is responsible for a given event.