Multiplayer Respawn System IN BP's

Hello, I have got to the point where in my project which is a third person shooter that I need to re-spawn the character. And I was searching online how to accomplish this but found a very old tutorial on the subject. The engine version dates back to 4.1.0

Obviously Unreal Engine has been update in that time and is far more better than it was in 4.1.0 :smiley:

My question is after following that tutorial down the the T I still cant seem to figure out how the get my character to re-spawn. And it is really bugging me because if I can get re-spawning done I basically have a working prototype I took some screenshots of the BP’s that I have to show you what I have done as far as the re-spawning system. They are as follows :

In the tutorial for the re-spawning system for 4.1.0 shoes the cast to player character node as a function, but in 4.14.3 it is only a cast to and not a function.

Any advise or tips on how to help me get this working will be grateful and much appreciated!
Thank you for taking the time to read this and hope you have a great day! :smiley: ~Classy

,Take a look in the learn tab of the epic games launcher and then the multiplayer blueprint example as it has a up to date respawn bp example

thanks i will look and then if it works will update here

I cant seem to find the respawn event

Did u find out what went wrong with the blueprints you already had?

no sadly i didn’t find out what happened with the blueprint, hopefully unreal engine will come out with a tut on how to to re-spawn in blueprints.