Navigation
| Name | SequencerWidgets |
| Type | Editor |
| Location | /Engine/Source/Editor/SequencerWidgets/ |
| Module Build Rules | SequencerWidgets.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FPendingWidgetFocus | FPendingWidgetFocus is a utility class that stores a pending focus function when a SWidget is hovered over. |
Structs
| Name | Remarks |
|---|---|
| FAnimatedRange | Structure used to wrap up a range, and an optional animation target |
| FPaintPlaybackRangeArgs | |
| FPaintViewAreaArgs | |
| FTimeRangeArgs | Time range construction arguments |
| FTimeSliderArgs | |
| STemporarilyFocusedSpinBox | A widget that holds a widget that is to be refocused on completion |
Interfaces
| Name | Remarks |
|---|---|
| ISequencerWidgetsModule | The public interface of SequencerModule |
| ITimeSlider | Base class for a widget that scrubs time or frames |
| ITimeSliderController |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnAddMarkedFrame | TBaseDelegate_OneParam< void, FFrameNumber > | SequencerWidgetsDelegates.h | |
| FOnDeleteMarkedFrame | TBaseDelegate_OneParam< void, int32 > | SequencerWidgetsDelegates.h | |
| FOnFrameRangeChanged | TBaseDelegate_OneParam< void, TRange< FFrameNumber > > | SequencerWidgetsDelegates.h | |
| FOnGetNearestKey | TBaseDelegate_TwoParams< FFrameNumber, FFrameTime, ENearestKeyOption > | SequencerWidgetsDelegates.h | |
| FOnScrubPositionChanged | TBaseDelegate_ThreeParams< void, FFrameTime, bool, bool > | SequencerWidgetsDelegates.h | |
| FOnScrubPositionParentChanged | TBaseDelegate_OneParam< void, FMovieSceneSequenceID > | SequencerWidgetsDelegates.h | |
| FOnSetMarkedFrame | TBaseDelegate_TwoParams< void, int32, FFrameNumber > | SequencerWidgetsDelegates.h | |
| FOnTimeRangeChanged | TBaseDelegate_OneParam< void, TRange< double > > | SequencerWidgetsDelegates.h | |
| FOnViewRangeChanged | TBaseDelegate_TwoParams< void, TRange< double >, EViewRangeInterpolation > | SequencerWidgetsDelegates.h |
Enums
Public
| Name | Remarks |
|---|---|
| ENearestKeyOption | Enum specifying how to find the nearest key |
| EShowRange | Enum denoting which time ranges to display on a time range |
| ETimeSliderPlaybackStatus | |
| EViewRangeInterpolation | Enum specifying how to interpolate to a new view range |