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