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.
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.