How limit spring arm pitch during rotation?

Hi,

  1. What exactly do you mean by limiting? If you want to limit the total relative rotation, here is your answer;

You should use clamp nodes after adding rotation and before setting rotation node. Take a look at this simple setup for a better understanding;

  1. If you want to limit the rotation rate, then you can divide the ‘Can Turn Rate’ variable or the axis value itself by 2 (or whatever number you like) then plug it into the multiplier node. And if you want to limit the rotation rate to remain in a specific value range, then plug axis value to a clamp node, then plug the clamp into the multiplier.

Hope this help.

Regards,