How do i rotate and move a static mesh at the same time

Hi …I am trying to rotate and at the same time move my mesh up and down…but it only rotates once the up and down movement finishes. how can i make them occur together at the same time

thanks
:slight_smile:

Hi Aravkumar,

here’s a simple blueprint to achieve your goal.

There are three variables, they are all floats:

  • Time Elapsed: keeps track of overall
    time elapsed and feed everything else
  • Rotation Speed: how fast your mesh
    rotates
  • Movement Extension: how far
    up and down it goes

You can easily add another float to add movement speed too.

Hope this helps!

Cheers

f