Navigation
API > API/Runtime > API/Runtime/MovieScene
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
| Name | IMovieSceneScalingDriver |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Decorations/MovieSceneScalingAnchors.h |
| Include Path | #include "Decorations/MovieSceneScalingAnchors.h" |
Syntax
class IMovieSceneScalingDriver
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PopulateAnchors
(
TMap< FGuid, FMovieSceneScalingAnchor >& OutAnchors |
Populate the scaled map of anchors from which scaling factors will be computed | Decorations/MovieSceneScalingAnchors.h | |
virtual void PopulateInitialAnchors
(
TMap< FGuid, FMovieSceneScalingAnchor >& OutAnchors |
Populate the 'unscaled' map of anchors to use as a basis for scaling the seqence. | Decorations/MovieSceneScalingAnchors.h |