Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor
Inheritance Hierarchy
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/SCurveViewerPanel.h |
Include | #include "SCurveViewerPanel.h" |
Syntax
class SCurveViewerPanel : public [SCurveEditorView](API\Editor\CurveEditor\SCurveEditorView)
Remarks
Curve viewer widget that reflects the state of an FCurveEditor
Functions
Type | Name | Description |
---|---|---|
void | Construct ( const FArguments& InArgs, TSharedRef< FCurveEditor > InCurveE... ) | Construct a new curve editor panel widget |
void | DrawCurves ( const FGeometry& AllottedGeometry, FSlateWindowElementList& OutDrawEl..., int32 LayerId, const FWidgetStyle& InWidgetStyle, ESlateDrawEffect DrawEffects ) | Draw curve data |
const TArray... | GetCachedDrawParams () | Access the draw parameters that this curve editor has cached for this frame |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |