How do i kill the player when a projectile hits me (First person template)

I want to make it so the player dies when the first person template projectile hits the first person character, how do i do this?

Go to the projectile BP, select the Collision Component and in collision change the object response of the pawn from Ignore to Overlap:

Then just use the overlap event, check if it’s the first person character and do whatever you want.