![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneScalingAnchors.h>
Inheritance diagram for IMovieSceneScalingDriver:Public Member Functions | |
| virtual void | PopulateInitialAnchors (TMap< FGuid, FMovieSceneScalingAnchor > &OutAnchors) |
| virtual void | PopulateAnchors (TMap< FGuid, FMovieSceneScalingAnchor > &OutAnchors)=0 |
Interface that can be added to any object within a MovieScene in order to supply scaling anchors to the UMovieSceneScalingAnchors decoration that acts as a registry for all anchors
|
pure virtual |
Populate the scaled map of anchors from which scaling factors will be computed
Implemented in UMovieSceneAudioSection.
|
inlinevirtual |
Populate the 'unscaled' map of anchors to use as a basis for scaling the seqence. Anchors are represented by a GUID that uniquely identifies them within the sequence.
Reimplemented in UMovieSceneAudioSection.