Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/MVVM > API/Editor/Sequencer/MVVM/ViewModels
Inheritance Hierarchy
- FOutlinerItemModel
- ITrackAreaExtension
- 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::FOutlinerItemModel,
public UE::Sequencer::ITrackAreaExtension,
public UE::Sequencer::ITrackExtension,
public UE::Sequencer::IRenameableExtension,
public UE::Sequencer::IResizableExtension,
public UE::Sequencer::IDeletableExtension
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAutoRegisterTypeTable | AutoRegisterTypeTable | ||
| static::UE::Sequencer::TAutoRegisterViewModelTypeID< FTrackRowModel > | ID |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTrackRowModel
(
UMovieSceneTrack* InTrack, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FViewModelChildren | |||
| void | Initialize () |
||
| void |
Overridden from FOutlinerItemModelMixin
| Type | Name | Description | |
|---|---|---|---|
| void | BuildContextMenu
(
FMenuBuilder& MenuBuilder |
Get context menu contents. |
Overridden from IOutlinerExtension
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | CreateOutlinerView
(
const FCreateOutlinerViewParams& InParams |
Create the visual outliner widget for the owning model | |
| 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 ITrackExtension
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetRowIndex () |
||
| FViewModelChildren | |||
| UMovieSceneTrack * | GetTrack () |
||
| TSharedPtr< ISequencerTrackEditor > |
Overridden from IRenameableExtension
| Type | Name | Description | |
|---|---|---|---|
| bool | CanRename () |
||
| bool | IsRenameValidImpl
(
const FText& NewName, |
||
| void |
Overridden from IResizableExtension
| Type | Name | Description | |
|---|---|---|---|
| bool | IsResizable () |
||
| void | Resize
(
float NewSize |
Overridden from IDeletableExtension
Typedefs
| Name | Description |
|---|---|
| Implements |