Move actor around object

So i want my character able to move around object on 2d plane.
I made player facing object with find look rotation, but i am stuck at movement.




when i move too far then my moment gets inverted.

Assuming it’s a possessed character the Control Rotation could be used to orbit around a location:
PawnOrbit

1 Like

Thank you for replay. But this is not what i want. I am a player that is controlling my character like a spaceship. Now i have infront of me an object i want to face all the time and glide around it just like in ur example but i am controlling my character with AWSD. Left right front back.

A simple find look at rotation can save you ?

1 Like

Yes i did that. But my movement is not working properly. It get inverted when i cross 90 degrees.


So this is what i need. Player that always faces object in front of it. And can move around object. Right/left/forward and back.
Can someone help me with this?

90 to -90 ? You can play around that.

Other trick could be attach player to the object/actor , and a camera boom.

Take a look to Strafe Movement

1 Like

Close. I found almost same info about target lock. This is what i need, only i need it with 2d movement X,Y. For my setup i am stuck at moving Y, i need to make it circular motion not straight.