Actor Animation Index Count

It’s there some function/method for returning the total number of frames for an animation?

Example, if you loaded some animation but did not know the animation had 30 frames from 0 to 29; is there a way to return such info…

… I thought I actually did this before with an early demo I made with P3D back when I first started working with it… Oh well… I don’t want to go diggig through hard drives to find it, if it’s there.

According to this page, you should be able to call something along the lines of “myActor.getNumFrames(‘animation name’)”.