Get Current Time or Time Remaining of the Active Animation

Is there a way to get the current time of an animation, or the current time of an animation, outside fo a transition rule? Either in the form of ratio or actual time?

I can’t seem to find this feature anywhere. Is the current length of play through an animation accessible anywhere?

Yes there is, but you probably want to use ‘anim notifies’ instead. Look for that in the online docs.

I have used anim notifies for this, but the amount of time it takes to mark up an animation heavy project, and the clutter it causes make it seem like a fairly hacky workaround. They have also proved not incredibly reliable. A float value would be much more useful.

Could you elaborate on the method of getting this info?

Thanks

For some reason Epic wants you to use anim Montage to have access to current time in animations.
So, things gets more complicated because of that; take a look at montage docs…