FRichCurveEditorModelRaw

Rich curve model operating on a raw curve ptr.

Windows
MacOS
Linux

Inheritance Hierarchy

FCurveModel

FRichCurveEditorModel

FRichCurveEditorModelRaw

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

Name Description

Public function

FRichCurveEditorModelRaw

(
    FRichCurve* InRichCurve,
    UObject* InOwner
)

Functions

Name Description

Public function

void

 

SetIsReadOnly

(
    TAttribute< bool > InReadOnlyAttrib...
)

Overridden from FRichCurveEditorModel

Name Description

Public function Virtual Const

const FRichC...

 

GetReadOnlyRichCurve()

Public function Virtual

FRichCurve &

 

GetRichCurve()

Get the rich curve we are operating on.

Public function Virtual Const

bool

 

IsValid()

Check for whether this rich curve is valid.

Overridden from FCurveModel

Name Description

Public function Virtual Const

bool

 

IsReadOnly()

Returns whether the curve model should be edited or not

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss