SecondActor → Set Actor Location( Target.Location + ( SecondActor.Location - Target.Location ).Normalise * 180 )
Assuming you want to move the SecondActor. Switch the names around if you want to move the target.
SecondActor → Set Actor Location( Target.Location + ( SecondActor.Location - Target.Location ).Normalise * 180 )
Assuming you want to move the SecondActor. Switch the names around if you want to move the target.