How can I make the animcomponent stop at a specific time?

After binding an animation to the base layer of an animcomponent, I want to stop it at 50% of its duration, and tried to set it using the anim.baseLayer.transition method, but it failed. Does anyone know how to do this?

managed to gain control by setting anim.baseLayer.activeStateCurrentTime and anim.baseLayer.pause

1 Like