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