Navigation
API > API/Editor > API/Editor/SequencerCore
An extension for outliner nodes that can be made 'solo'
| Name | ISoloableExtension |
| Type | class |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/ISoloableExtension.h |
| Include Path | #include "MVVM/Extensions/ISoloableExtension.h" |
Syntax
class ISoloableExtension
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISoloableExtension() |
MVVM/Extensions/ISoloableExtension.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | ::UE::Sequencer::TAutoRegisterViewModelTypeID< ISoloableExtension > | MVVM/Extensions/ISoloableExtension.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSolo() |
Returns whether this item is solo | MVVM/Extensions/ISoloableExtension.h | |
void SetIsSoloed
(
bool bIsSoloed |
Enable or disable solo for this object | MVVM/Extensions/ISoloableExtension.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterTypeID() |
MVVM/Extensions/ISoloableExtension.h |