Navigation
API > API/Runtime > API/Runtime/MovieScene
Structure that defines a single anchor with an optional duration Anchor durations do not get scaled by other anchors, but positions will be offset based on previous anchor stretching or movement
| Name | FMovieSceneScalingAnchor |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Decorations/MovieSceneScalingAnchors.h |
| Include Path | #include "Decorations/MovieSceneScalingAnchors.h" |
Syntax
USTRUCT ()
struct FMovieSceneScalingAnchor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Duration | int32 | Defines the duration of this anchor in ticks | Decorations/MovieSceneScalingAnchors.h | |
| Position | FFrameNumber | Pefines the position of this anchor in ticks | Decorations/MovieSceneScalingAnchors.h |