Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Extensions
Inheritance Hierarchy
- IMutableExtension
- FMuteSoloOutlinerItemModel
- FFolderModel
- FObjectBindingModel
- FPossessableModel
- FSpawnableModel
- FTrackModel
- FTrackRowModel
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IMutableExtension.h |
| Include | #include "MVVM/Extensions/IMutableExtension.h" |
Syntax
class IMutableExtension
Remarks
An extension for outliner nodes that can be muted
Variables
| Type | Name | Description | |
|---|---|---|---|
| ::UE::Sequencer::TAutoRegisterViewModelTypeID< IMutableExtension > | ID |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns whether this mutable can be muted by a parent, and should report its mute state to a parent | ||
| bool | IsMuted () |
Returns whether this item is muted | |
| void | |||
| void | SetIsMuted
(
bool bIsMuted |
Set this item's mute state |