How to animate rotation when an actor is using bUseControllerDesiredRotation true when velocity > 0 and false if velocity == 0. It already has smooth rotation with the rotation rate, but I want to use animation for this. When the character starts moving, they need to perform the rotation first, and then, when the rotation animation is completed, start moving.