Movement over a math function

How can i make an object follow the path of a math fonction like x^2.

Thank you.

Hey nomousse -

A good place to start is spend some time in the Blueprint documentation, https://docs.unrealengine.com/latest/INT/Engine/Blueprints/index.html. I know you can use blueprints to set up math based movement behaviors. If you could be a bit more specific on exactly what you are looking to achieve I can try to help you out.

Eric Ketchum

I’m trying to make a point move along a math fonction, and i want this point to trace a line along his path.

I think i found a way with the animation blueprint !