Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/MVVM > API/Editor/Sequencer/MVVM/ViewModels
Inheritance Hierarchy
- FOutlinerItemModel
- IMutableExtension
- ISoloableExtension
- FMuteSoloOutlinerItemModel
- FFolderModel
- FObjectBindingModel
- FPossessableModel
- FSpawnableModel
- FTrackModel
- FTrackRowModel
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MVVM/ViewModels/OutlinerItemModel.h |
| Include | #include "MVVM/ViewModels/OutlinerItemModel.h" |
Syntax
class FMuteSoloOutlinerItemModel :
public UE::Sequencer::FOutlinerItemModel ,
public UE::Sequencer::IMutableExtension ,
public UE::Sequencer::ISoloableExtension
Functions
| Type | Name | Description | |
|---|---|---|---|
Overridden from IMutableExtension
| Type | Name | Description | |
|---|---|---|---|
| bool | IsMuted () |
Returns whether this item is muted | |
| void | SetIsMuted
(
bool bIsMuted |
Set this item's mute state |
Overridden from ISoloableExtension
| Type | Name | Description | |
|---|---|---|---|
| bool | IsSolo () |
Returns whether this item is solo | |
| void | SetIsSoloed
(
bool bIsSoloed |
Enable or disable solo for this object |