Hello, I’m trying to finish work on My Character Movement, Currently The problem is my character jitters, stutters or switches back and forth when walking backwards and side to side, I can remedy this by turning interpolation to zero in the blend space, but then a new problem arises in that my animations are no longer smooth, In case anyone is wondering I’ve already tried turning off orient to movement and what not to no avail. If anyone could help me figure How to fix stutter, or smoothing my blend space without Interpolation? a similar if not identical problem and vague possible answer Discussing the possibility of an issue switching back and forth between -179 and 180 Is Featured Here, Walking straight backwards with "s" causing animation to stutter - Character & Animation - Unreal Engine Forums
I was afraid of expanding my state machine… i tried the answer of jmalaska and it worked (adjusting the "target target weight interpolation speed per second " in the blendspace - seems to me like a common used parameter for basic walking locomotion system)
You can find those two options in the Animation Sequence by opening the animation sequences being used in the blend space. Go to the left panel and search for them in the search box would be quicker.
I feel like this and the other thread contain a lot of answers, to different situations, and could use more clarity – old or not, still relevant.
For me specifically, for strafing movement with a blendspace
turning off Orient Rotation to Movement is what I was missing.
Because… that is continuously trying to turn the character around when moving backwards, while Use Controller Rotation Yaw is turning it forward (direction of controller) for strafing. So it is cluttering movement in other directions as well.