Random bezier motion via Blueprint?

Dear Folks,

I would like to create a random bezier motion via BP. I already managed to create a random linear motion, but I have no idea how to proceed!

Any help or tip would be much apprecieated:)

Thank you!

alt text

The first thing I’d try would be to use a spline, you can set its points to the points your algorithm spits out. The tangents can be auto applied but you can adjust them manually if needed.

Thank you very much I will take a look into it.