2d character respawn

I am pretty new to UE4 and Blueprints and I’m trying to get the character to spawn back at the beginning of the level when he dies. The game is a paper2d side scroller. I currently have a working health bar that when it goes to zero the player will lose a life and the health bar resets to full life but the respawn keeps breaking the game. Any help would be awesome, As soon as the player is destroyed the game will kick to a perspective view and freeze.
I currently have the F key set to destroy the player as well.

![This is how i am controlling my death along with using a UMG health bar][3]

I have the same problem ! I guess that the problem came with the spawn transform ! did you found the solution to this?

Hey , I think I just found it! you must use a vector variable instead of a transform in the 2dgamemode!