FMontageSubStepper::CurrentSectionLength
#include "Animation/AnimMontage.h"
Access: private
Description
Duration, in the montage's original timeline, of the section CurrentSectionIndex refers to.
Caveats & Gotchas
- • Combined with CurrentSectionStartTime to determine where the current section ends and whether a sub-step needs to be clamped to that boundary.
- • Private with no public accessor — inspect it via a debugger when stepping through montage playback issues, not from calling code.
Signature
float CurrentSectionLength; Return Type
float Example
Used internally for section-end distance calculations C++
// Engine-internal, conceptually:
// SectionEndTime = CurrentSectionStartTime + CurrentSectionLength Tags
Version History
Introduced in: unknown
| Version | Status | Notes |
|---|---|---|
| 5.6 | stable | — |
Feedback
Was this helpful?