How do I teleport an actor behind the player?

I want to add to this that you can add the player character’s forward vector to the player character’s position to always have your actor remain behind the player no matter what direction they are facing, like this:

Simply multiply the forward vector by the distance you want between your actor and the player. (I’ve also made it rotate with the player so it would always face the same direction, that part is totally optional)