Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor
Inheritance Hierarchy
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/SCurveEditorPanel.h |
Include | #include "SCurveEditorPanel.h" |
Syntax
class SCurveEditorPanel : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
Remarks
Curve editor widget that reflects the state of an FCurveEditor
Variables
Type | Name | Description |
---|---|---|
FSimpleDelegate | OnFilterClassChanged | Delegate for when the chosen filter class has changed |
Constructors
Type | Name | Description |
---|---|---|
SCurveEditorPanel () |
Destructors
Type | Name | Description |
---|---|---|
~SCurveEditorPanel () |
Functions
Type | Name | Description |
---|---|---|
void | AddView ( TSharedRef< SCurveEditorView > View... ) | |
void | Construct ( const FArguments& InArgs, TSharedRef< FCurveEditor > InCurveE... ) | Construct a new curve editor panel widget |
void | FilterClassChanged () | |
TMultiMap< F... | FindViews ( TRetainedRef< FCurveModelID > InCur... ) | Find all the views that the specified curve is being displayed on |
TSharedPtr< ... | GetCommands () | Access the combined command list for this curve editor and panel widget |
TSharedPtr< ... | GetFilterPanel () | Access the filter panel |
FLinearColor | GetGridLineTint () | Get the grid line tint to be used for views on panel |
TSharedPtr< ... | GetKeyDetailsView () | Access the details view used for editing selected keys |
const FGeome... | GetScrollPanelGeometry () | Access the cached geometry of the outer scroll panel that contains this panel's views |
TSharedPtr< ... | GetToolbarExtender () | This returns an extender which is pre-configured with the standard set of Toolbar Icons. |
const FGeome... | GetViewContainerGeometry () | Access the cached geometry of container housing all this panel's views |
ECurveEditor... | GetViewMode () | Get the last set View Mode for this UI. Utility function for the UI. |
TArrayView< ... | GetViews () | Get all the views stored in this panel. |
void | PostUndo () | Undo occurred, invalidate or update internal structures |
void | RemoveCurveFromViews ( FCurveModelID InCurveID ) | Remove the specified curve from all views it is currently displayed on. |
void | RemoveView ( TSharedRef< SCurveEditorView > View... ) | |
void | ResetMinMaxes () | Reset Stored Min/Max's |
void | ScrollBy ( float Amount ) | Scroll this panel's view scroll box vertically by the specified amount |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |