Hello,
i need help for my Blueprint-Helicopter!
I have coded and designed a Helicopter in Blueprint but i need one more function:
New Function:
- If the helicopter tilts forward, then the helicopter must move forward exactly in this direction.
- If the helicopter leans to the side, then it goes in this direction and so on.
*- *If the helicopter is tilted backwards, then the helicopter must move backwards.
*- *If the helicopter is in an absolutely straight position, then the helicopter does not move anymore - it stands still. - **Urgent: if it tilts less then it should not fly as fast in that direction as if it tilts more.
**
This are the only Functions that i need for to complete my helicopter.
Imagine a sphere and on this sphere is mounted a board. And this board is the helicopter where we sit on it. If the board tilts forward, then the helicopter must move forward exactly in this direction. If the helicopter leans to the side, then it goes in this direction and so on. If the board (helicopter) is tilted backwards, then the helicopter must move backwards. If the board (helicopter) is in an absolutely straight position, then the helicopter does not move anymore - it stands still. In principle, you have to imagine a disk with 360 degrees on the heli to determine exactly in which direction it should go.
I tried programming it myself, but it didn’t work as I wanted. My knowledge is unfortunately still too limited for something like this.
By the way, the rest of the helicopter I could program myself and works fine!
Please let me know if you can implementing this function!