Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Extensions
Inheritance Hierarchy
- IPinnableExtension
- FPinnableExtensionShim
- FOutlinerItemModelMixin
- TOutlinerModelMixin
- FChannelGroupOutlinerModel
- FOutlinerItemModel
- FCategoryGroupModel
- FFolderModel
- FObjectBindingModel
- FPossessableModel
- FSpawnableModel
- FTrackModel
- FTrackRowModel
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IPinnableExtension.h |
| Include | #include "MVVM/Extensions/IPinnableExtension.h" |
Syntax
class IPinnableExtension
Remarks
An extension for outliner nodes that can be pinned at the top
Variables
| Type | Name | Description | |
|---|---|---|---|
| static::UE::Sequencer::TAutoRegisterViewModelTypeID< IPinnableExtension > | ID |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsPinned () |
Returns whether this item is pinned, or is in a pinned branch | |
| void | |||
| void | ReportPinnedParent
(
bool bInIsInPinnedBranch |
Lets parent items report to their children that they are in a pinned branch | |
| void | SetPinned
(
bool bInIsPinned |
Sets whether this item is pinned |