 |
bool |
AllowZoom |
If we are allowed to zoom |
 |
TAttribute< bool > |
AreMarkedFramesLocked |
Attribute defining whether the marked frames are locked |
 |
TAttribute< FAnimatedRange > |
ClampRange |
Clamp time range |
 |
TAttribute< FFrameRate > |
DisplayRate |
Attribute for the current sequence's display rate |
 |
TAttribute< TArray< FMovieSceneMarkedFrame > > |
GlobalMarkedFrames |
Attribute for the marked frames that might need to be shown, but do not belong to the current sequence |
 |
TAttribute< bool > |
IsPlaybackRangeLocked |
Attribute defining whether the playback range is locked |
 |
TAttribute< TArray< FMovieSceneMarkedFrame > > |
MarkedFrames |
Attribute for the current sequence's marked frames |
 |
TSharedPtr< INumericTypeInterface< double > > |
NumericTypeInterface |
Numeric Type interface for converting between frame numbers and display formats. |
 |
FOnAddMarkedFrame |
OnAddMarkedFrame |
Called when a marked frame is added |
 |
FSimpleDelegate |
OnBeginScrubberMovement |
Called right before the scrubber begins to move |
 |
FOnTimeRangeChanged |
OnClampRangeChanged |
Called when the clamp range changes |
 |
FSimpleDelegate |
OnDeleteAllMarkedFrames |
Called when all marked frames should be deleted |
 |
FOnDeleteMarkedFrame |
OnDeleteMarkedFrame |
Called when a marked frame is deleted |
 |
FSimpleDelegate |
OnEndScrubberMovement |
Called right after the scrubber handle is released by the user |
 |
FOnGetNearestKey |
OnGetNearestKey |
Delegate that is called when getting the nearest key |
 |
FSimpleDelegate |
OnMarkBeginDrag |
Called right before a mark starts to be dragged |
 |
FSimpleDelegate |
OnMarkEndDrag |
Called right after a mark has finished being dragged |
 |
FSimpleDelegate |
OnPlaybackRangeBeginDrag |
Called right before the playback range starts to be dragged |
 |
FOnFrameRangeChanged |
OnPlaybackRangeChanged |
Delegate that is called when the playback range wants to change |
 |
FSimpleDelegate |
OnPlaybackRangeEndDrag |
Called right after the playback range has finished being dragged |
 |
FOnScrubPositionChanged |
OnScrubPositionChanged |
Called when the scrub position changes |
 |
FOnScrubPositionParentChanged |
OnScrubPositionParentChanged |
Called when the scrub position parent sequence is changed |
 |
FSimpleDelegate |
OnSelectionRangeBeginDrag |
Called right before the selection range starts to be dragged |
 |
FOnFrameRangeChanged |
OnSelectionRangeChanged |
Delegate that is called when the selection range wants to change |
 |
FSimpleDelegate |
OnSelectionRangeEndDrag |
Called right after the selection range has finished being dragged |
 |
FOnSetMarkedFrame |
OnSetMarkedFrame |
Called when the marked frame needs to be set |
 |
FSimpleDelegate |
OnToggleMarkedFramesLocked |
Called when toggling the marked frames lock |
 |
FSimpleDelegate |
OnTogglePlaybackRangeLocked |
Called when toggling the playback range lock |
 |
FOnViewRangeChanged |
OnViewRangeChanged |
Called when the view range changes |
 |
TAttribute< TRange< FFrameNumber > > |
PlaybackRange |
Attribute defining the playback range for this controller |
 |
TAttribute< EMovieScenePlayerStatus::Type > |
PlaybackStatus |
Round the scrub position to an integer during playback |
 |
TAttribute< FFrameTime > |
ScrubPosition |
The scrub position |
 |
TAttribute< FMovieSceneSequenceID > |
ScrubPositionParent |
The parent sequence that the scrub position display text is relative to |
 |
TAttribute< TArray< FMovieSceneSequenceID > > |
ScrubPositionParentChain |
Attribute for the parent sequence chain of the current sequence |
 |
TAttribute< FString > |
ScrubPositionText |
The scrub position text |
 |
TAttribute< TRange< FFrameNumber > > |
SelectionRange |
Attribute defining the selection range for this controller |
 |
TAttribute< TOptional< TRange< FFrameNumber > > > |
SubSequenceRange |
Attribute defining the active sub-sequence range for this controller |
 |
TAttribute< FFrameRate > |
TickResolution |
Attribute for the current sequence's tick resolution |
 |
TAttribute< float > |
TimeSnapInterval |
Attribute defining the time snap interval |
 |
TAttribute< TSet< FFrameNumber > > |
VerticalFrames |
Attribute for the current sequence's vertical frames |
 |
TAttribute< FAnimatedRange > |
ViewRange |
View time range |