Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/MVVM
Inheritance Hierarchy
- TSharedFromThis
- IDynamicExtension
- FCurveEditorExtension
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MVVM/CurveEditorExtension.h |
| Include | #include "MVVM/CurveEditorExtension.h" |
Syntax
class FCurveEditorExtension : public UE::Sequencer::IDynamicExtension
Variables
| Type | Name | Description | |
|---|---|---|---|
| static::UE::Sequencer::TAutoRegisterViewModelTypeID< FCurveEditorExtension > | ID |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Closes the curve editor | ||
| void | CreateCurveEditor
(
const FTimeSliderArgs& TimeSliderArgs |
Creates the curve editor view-model and widget | |
| TSharedPtr< FCurveEditor > | Gets the curve editor view-model | ||
| bool | Returns whether the curve editor is open | ||
| void | Opens the curve editor | ||
| void | |||
| void | Synchronize curve editor selection with sequencer outliner selection on the next update. |
Overridden from IDynamicExtension
| Type | Name | Description | |
|---|---|---|---|
| void | OnCreated
(
TSharedRef< FViewModel > InWeakOwner |
Called when the extension is created on a data model |
Constants
| Name | Description |
|---|---|
| CurveEditorTabName |