Navigation
API > API/Editor > API/Editor/CurveEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SCurveEditorView
- SCurveViewerPanel
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/SCurveViewerPanel.h |
| Include | #include "SCurveViewerPanel.h" |
Syntax
class SCurveViewerPanel : public SCurveEditorView
Remarks
Curve viewer widget that reflects the state of an FCurveEditor
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Construct a new curve editor panel widget | |
| void | DrawCurves
(
const FGeometry& AllottedGeometry, |
Draw curve data | |
| const TArray< FCurveDrawParams > & | Access the draw parameters that this curve editor has cached for this frame |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |