Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/MVVM > API/Editor/Sequencer/MVVM/ViewModels
Inheritance Hierarchy
- FMuteSoloOutlinerItemModel
- ITrackAreaExtension
- ILockableExtension
- ITrackExtension
- IRenameableExtension
- IResizableExtension
- IDeletableExtension
- FTrackRowModel
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MVVM/ViewModels/TrackRowModel.h |
| Include | #include "MVVM/ViewModels/TrackRowModel.h" |
Syntax
class FTrackRowModel :
public UE::Sequencer::FMuteSoloOutlinerItemModel ,
public UE::Sequencer::ITrackAreaExtension ,
public UE::Sequencer::ILockableExtension ,
public UE::Sequencer::ITrackExtension ,
public UE::Sequencer::IRenameableExtension ,
public UE::Sequencer::IResizableExtension ,
public UE::Sequencer::IDeletableExtension
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTrackRowModel
(
UMovieSceneTrack* InTrack, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FViewModelChildren | |||
| void | Initialize () |
||
| bool | IsRenameValidImpl
(
const FText& NewName, |
||
Overridden from FOutlinerItemModelMixin
| Type | Name | Description | |
|---|---|---|---|
| void | BuildContextMenu
(
FMenuBuilder& MenuBuilder |
Get context menu contents. |
Overridden from IOutlinerExtension
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | CreateOutlinerViewForColumn
(
const FCreateOutlinerViewParams& InParams, |
Create the visual outliner widget for the specified column | |
| const FSlateBrush * | GetIconBrush () |
Gets the icon for the outliner item | |
| FText | GetLabel () |
Gets the label for the outliner item | |
| FSlateColor | Gets the color for the outliner item label | ||
| FSlateFontInfo | GetLabelFont () |
Gets the font for the outliner item | |
| FOutlinerSizing | Return the desired size for the owning model |
Overridden from IDimmableExtension
| Type | Name | Description | |
|---|---|---|---|
| bool | IsDimmed () |
Overridden from ICurveEditorTreeItem
| Type | Name | Description | |
|---|---|---|---|
| void | CreateCurveModels
(
TArray< TUniquePtr< FCurveModel > >& OutCurveModels |
Populate the specified array with curve models that are represented by this tree item |
Overridden from ITrackAreaExtension
| Type | Name | Description | |
|---|---|---|---|
| FViewModelVariantIterator | |||
| FViewModelVariantIterator | |||
| FTrackAreaParameters |
Overridden from ILockableExtension
| Type | Name | Description | |
|---|---|---|---|
| ELockableLockState | GetLockState () |
Returns whether this item is locked | |
| void | SetIsLocked
(
bool bIsLocked |
Set whether this item is locked |
Overridden from ITrackExtension
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetRowIndex () |
||
| FViewModelChildren | |||
| UMovieSceneTrack * | GetTrack () |
||
| TSharedPtr< ISequencerTrackEditor > |
Overridden from IRenameableExtension
Overridden from IResizableExtension
| Type | Name | Description | |
|---|---|---|---|
| bool | IsResizable () |
||
| void | Resize
(
float NewSize |