Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Extensions
Inheritance Hierarchy
- ILockableExtension
- FTrackModel
- FTrackRowModel
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/ILockableExtension.h |
| Include | #include "MVVM/Extensions/ILockableExtension.h" |
Syntax
class ILockableExtension
Remarks
An extension for models that can be locked
Variables
| Type | Name | Description | |
|---|---|---|---|
| ::UE::Sequencer::TAutoRegisterViewModelTypeID< ILockableExtension > | ID |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| ELockableLockState | GetLockState () |
Returns whether this item is locked | |
| void | |||
| void | SetIsLocked
(
bool bIsLocked |
Set whether this item is locked |