Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/MVVM > API/Editor/Sequencer/MVVM/Views
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SOutlinerItemViewBase
- SOutlinerTrackView
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MVVM/Views/SOutlinerTrackView.h |
| Include | #include "MVVM/Views/SOutlinerTrackView.h" |
Syntax
class SOutlinerTrackView : public UE::Sequencer::SOutlinerItemViewBase
Remarks
A widget for displaying a track in the sequencer outliner
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| FSlateColor | |||
| UMovieSceneTrack * | Gets the track out of the underlying Node structure. Can return null. | ||
| void | OnColorPickerCancelled
(
FLinearColor NewFolderColor |
||
| void | OnColorPickerClosed
(
const TSharedRef< SWindow >& Window |
||
| void | OnColorPickerPicked
(
FLinearColor NewFolderColor |
||
| FReply | Called when the user clicks the track color |