Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SCurveEditor.h |
| Include | #include "SCurveEditor.h" |
Syntax
class FCurveViewModel
Remarks
Represents UI state for a curve displayed in the curve editor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsLocked | Whether or not the curve is locked from editing. | |
| bool | bIsSelected | Whether or not the curve is selected. | |
| bool | bIsVisible | Whether or not the curve should be displayed in the UI. | |
| FLinearColor | Color | The color which should be used to draw the curve and it's label in the UI. | |
| FRichCurveEditInfo | CurveInfo | The curve info for the curve being edited. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCurveViewModel
(
FRichCurveEditInfo InCurveInfo, |