[Best way to move platform]

Hi, I would like to know the best way to have a large number of platform moving from point A to B (ping-pong) without Matinee.

I already used the “InterpToMovement” to do it but when my actor is on the plaftorm there is a counter force that make the platform go down (for a platform moving top and down).

So, what’s the best one? Is there a solution to avoid the force with “InterpToMovement” ?

Thanks ! :slight_smile:

Hi,

You could try using a Timeline animating between the ‘top’ and ‘bottom’ position of the platform.

You can find some useful info about them here: https://docs.unrealengine.com/latest/INT/Engine/Blueprints/UserGuide/Timelines/