How do you pause and start an asset animation without starting the animation from the beginning?

Maybe when you stop the animation you can call “GetAnimationCurrentTime” to get that stop time and save it to a variable. Then, use that stop time variable as the input to the StartAtTime input on PlayAnimation.