2d life system

(Sorry for my bad english but I am german) I want to now how I make a multiple life system in UE4. I mean that the player respawn only a few times before it goes into the game over menu. Can someone give me Blueprint Screenshots or Tutorial Links? I tried it many times but every time it fail.

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.