Navigation
API > API/Editor > API/Editor/SequencerCore
Extension for a model that is linked somehow to an outliner model. This is the case for example in Sequencer where the channels of the sections in the track area are linked to the channel group items in the outliner.
| Name | FLinkedOutlinerExtension |
| Type | class |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/LinkedOutlinerExtension.h |
| Include Path | #include "MVVM/Extensions/LinkedOutlinerExtension.h" |
Syntax
class FLinkedOutlinerExtension
Derived Classes
FLinkedOutlinerExtension derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinkedOutlinerExtension() |
MVVM/Extensions/LinkedOutlinerExtension.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | ::UE::Sequencer::TAutoRegisterViewModelTypeID< FLinkedOutlinerExtension > | MVVM/Extensions/LinkedOutlinerExtension.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WeakModel | TWeakViewModelPtr< IOutlinerExtension > | MVVM/Extensions/LinkedOutlinerExtension.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TViewModelPtr< IOutlinerExtension > GetLinkedOutlinerItem() |
MVVM/Extensions/LinkedOutlinerExtension.h | ||
void SetLinkedOutlinerItem
(
const TViewModelPtr< IOutlinerExtension >& InOutlinerItem |
MVVM/Extensions/LinkedOutlinerExtension.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterTypeID() |
MVVM/Extensions/LinkedOutlinerExtension.h |