Navigation
API > API/Runtime > API/Runtime/MovieScene
| |
|
| Name |
EMovieScenePlayRateCurveAnchorMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/Variants/MovieScenePlayRateCurve.h |
| Include Path |
#include "Variants/MovieScenePlayRateCurve.h" |
Syntax
enum EMovieScenePlayRateCurveAnchorMode
{
SectionRelative,
SequencePlaybackStart,
Manual,
}
Values
| Name |
Remarks |
| SectionRelative |
Anchor the integral at PlaybackStartFrame. |
| SequencePlaybackStart |
Anchor the integral at MovieScene->GetPlaybackRange().GetLowerBoundValue(). |
| Manual |
Anchor the integral at the user-specified PlaybackStartFrame. |