FMontageSubStepper::MontageInstance
#include "Animation/AnimMontage.h"
Access: private
Description
The owning montage instance this sub-stepper is advancing time for, set by Initialize().
Caveats & Gotchas
- • Private and only ever set once, from Initialize() — there is no setter to repoint it to a different montage instance later.
- • Null until Initialize() has been called; other FMontageSubStepper methods assume it is valid and will crash if called first.
Signature
const struct FAnimMontageInstance* MontageInstance; Return Type
const FAnimMontageInstance* Example
Set via Initialize C++
// Engine-internal: FAnimMontageInstance::Advance()
MontageSubStepper.Initialize(*this);
// MontageSubStepper.MontageInstance now points at this FAnimMontageInstance Tags
Version History
Introduced in: unknown
| Version | Status | Notes |
|---|---|---|
| 5.6 | stable | — |
Feedback
Was this helpful?