Navigation API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Extensions Inheritance Hierarchy FLinkedOutlinerExtension FCategoryModel FChannelModel FLayerBarModel FSectionModel References Module SequencerCore Header /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/LinkedOutlinerExtension.h Include #include "MVVM/Extensions/LinkedOutlinerExtension.h" Syntax class FLinkedOutlinerExtension Copy full snippetclass FLinkedOutlinerExtension Remarks 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. Variables Type Name Description static::UE::Sequencer::TAutoRegisterViewModelTypeID< FLinkedOutlinerExtension > ID Constructors Type Name Description FLinkedOutlinerExtension () Functions Type Name Description TViewModelPtr< IOutlinerExtension > GetLinkedOutlinerItem () void RegisterTypeID () void SetLinkedOutlinerItem ( const TViewModelPtr< IOutlinerExtension >& InOutlinerItem )