Hello DanSaxon,
I recreated your blueprint to see if I was able to reproduce the outcome you were experiencing which was indeed the case. I tried tweaking your set up a bit to test out different outcomes all with different and varying results. I was almost able to get it to work with the “Move Component To” node, but as soon as I went from 180 degrees to 270 degrees the mesh did some twisting and turning and re-positioned itself instead of a clean rotation of pitch. This is something I will look into further because it seemed to only happen with Pitch, and not the Yaw or the Roll factor.
That being said, I was able to get the correct outcome of what you are looking for (hopefully) by adding a couple of nodes in the construction script and changing up the logic a bit. We still are using a Timeline and Lerp in between a rotation variable we create and a float vector. Follow the instructions given and use the images on this post as reference on how to set up your blueprint correctly.
Steps to Follow:
- Open your current Actor blueprint, or create a new one.
- Assign a Static Mesh in your components tab to your blueprint. In your case whatever you are attempting to rotate.
- Go into your ‘Event Graph’ and click on the ‘Construction Script’ tab.
- Use the image provided to Set up your blueprint logic. You will need to create a Rotator variable and label it whatever you would like. Something that makes sense like, ‘Rotation’.
- Now go into your ‘Event Graph’ and use the second image as your reference how to set up your Blueprint on a key press.
- Keep in mind my ‘Timeline’ is a linear zero to one time frame.
Construction Script
Event Graph
After getting everything connected, double check to make sure it matches the images and press play. Hopefully when you press the key you have assigned to the rotation, it gives you the desired effect. Keep in mind if you mash the input key it will continually reset the rotation position until it has completed its rotation.
I hope this helps clarify some of the questions you had and gets you on the right path!
Cheers,

