How to make character rotation smoother?

Finally figure it out! You can use this directly on the Input.

You need to use FInterp in the axis value, give it the previous axis value as Current and the next axis value as Target, then we make sure to only apply the interpolation if the current axis value is not 0 meaning we stopped moving. This is pretty smooth!

2 Likes