2d life system

Try creating an integer in whichever blueprint controls your respawning. Then set its default value to something, say 5. Then you can drag it onto the graph and do something similar to this:

The False pin on the Branch node shown above can then be connected to your game over code. AS for the pin that leads out from the node where the Lives variable is set, you can drag it out to your respawning code.