I have an sequence player with a binding to “On Update” which switches between 2 animations based on “IsActive” as such:
Anim Graph:
OnMyUpdate Function:
But for some reason when I play the “turning animation” (i.e Clicked!) it doesn’t play from the start:
How do I play from the start whenever I switch the animation?
Note: I’m trying to do this specifically from inside “On Update” please do not recommend a workaround from it