Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Extensions
Inheritance Hierarchy
- TSharedFromThis
- IDynamicExtension
- FCurveEditorExtension
- FCurveEditorIntegrationExtension
- FFolderModelStorageExtension
- FObjectBindingModelStorageExtension
- FSectionModelStorageExtension
- FTrackModelStorageExtension
- FTrackRowModelStorageExtension
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/DynamicExtensionContainer.h |
| Include | #include "MVVM/Extensions/DynamicExtensionContainer.h" |
Syntax
class IDynamicExtension : public TSharedFromThis< IDynamicExtension >
Remarks
Base class for dynamic extensions that can be added to sequence data models and participate in dynamic casting.
Variables
| Type | Name | Description | |
|---|---|---|---|
| static::UE::Sequencer::TAutoRegisterViewModelTypeID< IDynamicExtension > | ID |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnCreated
(
TSharedRef< FViewModel > InWeakOwner |
Called when the extension is created on a data model | |
| void | Called after all extensions have been created on a data model | ||
| void | Called to reinitialize extensions after a major change | ||
| void |