Player Controller null after RestartPlayer()

Found the answer I was looking for… you need to override virtual function:

APawn::PawnClientRestart()

This is where you would want to do something like attach weapon to first person mesh after respawning.

3 Likes