What is the best way to simulate a satellite's orbit?

What is the best way to simulate a satellite orbiting a planet? Using animation or is there a better way to go it through scripting. Thank you.

Hi ,

I would use a timeline using interps to pull the satelitte in a circle around the object’s pivot. The timeline will control how quickly this occurs.

Thank you!! Ill give it a shot!!

There is a RotatingMovementComponent that you could use. It supports a pivot translation that allows you to offset the point of rotation (which would be the planet). Attach your offset object to the planet. Then you could use another rotating component to rotate the mesh of the satellite itself to simulate its own spinning around its own axis.

Alternatively you could do it through blueprints by composing the rotations and pivots yourself.