UCurveEditorSettings

Serializable options for curve editor.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UCurveEditorSettings

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/CurveEditorSettings.h

Include

#include "CurveEditorSettings.h"

Syntax

class UCurveEditorSettings : public UObject

Remarks

Serializable options for curve editor.

Variables

Name Description

Protected variable

bool

 

bAutoFrameCurveEditor

Protected variable

bool

 

bShowCurveEditorCurveToolTips

Protected variable

ECurveEditorTan...

 

TangentVisibility

Protected variable

ECurveEditorZoo...

 

ZoomPosition

Constructors

Name Description

Public function

UCurveEditorSettings()

Functions

Name Description

Public function Const

bool

 

GetAutoFrameCurveEditor()

Gets whether or not the curve editor auto frames the selected curves.

Public function Const

bool

 

GetShowCurveEditorCurveToolTips()

Gets whether or not to show curve tool tips in the curve editor.

Public function Const

ECurveEditor...

 

GetTangentVisibility()

Gets the current tangent visibility.

Public function Const

ECurveEditor...

 

GetZoomPosition()

Get zoom in/out position (mouse position or current time).

Public function

void

 

SetAutoFrameCurveEditor

(
    bool InbAutoFrameCurveEditor
)

Sets whether or not the curve editor auto frames the selected curves.

Public function

void

 

SetShowCurveEditorCurveToolTips

(
    bool InbShowCurveEditorCurveToolTip...
)

Sets whether or not to show curve tool tips in the curve editor.

Public function

void

 

SetTangentVisibility

(
    ECurveEditorTangentVisibility InTan...
)

Sets the current tangent visibility.

Public function

void

 

SetZoomPosition

(
    ECurveEditorZoomPosition InZoomPosi...
)

Set zoom in/out position (mouse position or current time).

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