I am Animator who creating a character movement animation system for the console.
I am making it play different animations depending on the direction at MoveStart. I used the RInterpTo node to smoothly interpolate when calculating the direction of movement, but my feet are slipping because the rotation of the Capsule Component does not exactly match the MoveStart motion of the character’s angle. If I have set the values for Current Rotation and Target Rotation and have linked the Delta Time to Get world Delta Seconds, I am very grateful if you know the exact formula for how the Return Float changes according to Interp Speed. I will take this value and make it animate the time of the root motion of the character’s MoveStart motion.
Or, if you know of other good ways to precisely match the rotation of the Capsule Component and the rotation of character during playback of the MoveStart animation, ask for help. Thx for reading. Very Thx