FCurveViewModel

Represents UI state for a curve displayed in the curve editor.

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bIsLocked

Whether or not the curve is locked from editing.

Public variable

bool

 

bIsSelected

Whether or not the curve is selected.

Public variable

bool

 

bIsVisible

Whether or not the curve should be displayed in the UI.

Public variable

FLinearColor

 

Color

The color which should be used to draw the curve and it's label in the UI.

Public variable

FRichCurveEditI...

 

CurveInfo

The curve info for the curve being edited.

Constructors

Name Description

Public function

FCurveViewModel

(
    FRichCurveEditInfo InCurveInfo,
    FLinearColor InColor,
    bool bInIsLocked
)

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