Is there a way to know when an animation in a state ends from UAnimInstance. I have found “UAnimInstance::NativePostEvaluateAnimation()” method but it is still called while an animation is performed. It help me to change states for instance just after an animation is finished.
If there is no way from UAnimInstance, what is the alternative?