RealDocs

FMontageSubStepper::Montage

property Engine Since unknown
#include "Animation/AnimMontage.h"
Access: private

Description

Cached pointer to the UAnimMontage asset being sub-stepped, mirrored from the owning FAnimMontageInstance's Montage field.

Caveats & Gotchas

  • Cached at Initialize() time — if the montage instance's Montage pointer were ever reassigned afterwards, this cached copy would not follow it.
  • Do not confuse with FAnimMontageInstance::Montage; this is a private copy used internally by the sub-stepper for section and marker lookups.

Signature

const class UAnimMontage* Montage;

Return Type

const UAnimMontage*

Example

Section lookups against the cached montage C++
// Engine-internal usage inside FMontageSubStepper::Advance()
const FCompositeSection& Section = Montage->CompositeSections[CurrentSectionIndex];

Version History

Introduced in: unknown

Version Status Notes
5.6 stable

Feedback

Was this helpful?

Suggest an edit

Select a field above to begin editing.