How to switch to new character when respawning?

  • You should store the control rotation inside that rot type variable by using the Get Control Rotation node
  • You should set the control rotation to our rot type variable after you possess the new character by using the Set Control Rotation node
  • And also, destroy the currently controlled character before spawning the new character