Navigation
API > API/Editor > API/Editor/CurveEditor
Inheritance Hierarchy
- FCurveModel
- FRichCurveEditorModel
- FRichCurveEditorModelRaw
- FWaveTableCurveModel
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h |
| Include | #include "RichCurveEditorModel.h" |
Syntax
class FRichCurveEditorModelRaw : public FRichCurveEditorModel
Remarks
Rich curve model operating on a raw curve ptr.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRichCurveEditorModelRaw
(
FRichCurve* InRichCurve, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetIsReadOnly
(
TAttribute< bool > InReadOnlyAttribute |
Overridden from FRichCurveEditorModel
| Type | Name | Description | |
|---|---|---|---|
| const FRichCurve & | |||
| FRichCurve & | GetRichCurve () |
Get the rich curve we are operating on. | |
| bool | IsValid () |
Check for whether this rich curve is valid. |
Overridden from FCurveModel
| Type | Name | Description | |
|---|---|---|---|
| bool | IsReadOnly () |
Returns whether the curve model should be edited or not |