How to make an actor move to a certain location.

It’s better to Set Relative Location and have a Scene Component as the Actor Root and the platform as a child.

The scene component will act as the actors Origin and a world Location/Rotation anchor.

You’ll also want to use LERP to smooth the movement.