Create a Boolean variable in your Enemy BP Called IsDead.
Then have whatever leads to death set it to true , Like if health value is lower than 1 set IsDead to TRUE.
then create a branch condition that if IsDead is true then connect whatever you want to happen aftert the players Is dead to the true pin