So i have an animation that is being played while I hold down the LMB and stops when i release it. If I hit the button again the animation simply restarts.
Furthermore i have the animation playing in reverse while i click the RMB this time starting from the end, can anyone tell me how to make the animation start from where it ended no matter if it’s in reverse or at normal rate?
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.