Swap position between my character and ennemy

@ginxq Just use GetActorLocation and SetActorLocation, no?

A bit more detail. When you fire one of these magic projectiles, it can send a message over a BP interface to the enemy. The enemy’s response to this message is swap positions with the player using the above nodes.