Hi everybody !
I try to achieve an orbital system. I have one blueprint for Star and many things relative to system, and another for things relative to planets. In my Star blueprint i calculate the orbit of planets, with “sin” and “cos” node.This part work fine (see attached picture, the instanced static mesh represent the origin of rotation).
The real question is : How i can manage the inclinaison (in degree) of the orbit ? i have a parameter (float) for setup this setting, but i have no idea of how to set the direction of inclinaison (x x+y or y; for customise), and how to apply this inclinaison, obvioulsy based on orbit revolution.
Thank you for read and sorry for my english !