How to create an ellipse movement function?

Hello, I was wondering how to create a blueprint function that generates an ellipse movement around an arbitrary point in space. A function that we could input the center point position + the two ellipse focus points positions (that will define the ellipse shape). Is there a way to do it?

Here is a quick little function i wrote that rotates a staticmesh component around it’s parents center. Width and Height and Speed are editable variables. I call the function from a timer on Begin Play.

Here is an image and i attached the blueprint if you want it.

2 Likes

Oh that is built in the 4.3 preview.

Thanks! That was helpful :slight_smile: