My actor attach an animation sequence on it, and I want to get current played time of this when playing. I find SkeletalmeshComponent->AnimInstance->LifeTimer seems to be a similar variable, but it is an Editor only variable. What I want is to get it in non-Editor mode. Is there any good way?