Get Montage Section duration

I don’t believe it’s possible in blueprints. In C++ you just use this function:

float GetSectionLength(int32 SectionIndex) const;
1 Like