ECurveEditorTangentVisibility

Defines visibility states for the tangents in the curve editor.

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "CurveEditorSettings.h"

Syntax

enum ECurveEditorTangentVisibility
{
    AllTangents,
    SelectedKeys,
    NoTangents,
}

Values

Name

Description

AllTangents

All tangents should be visible.

SelectedKeys

Only tangents from selected keys should be visible.

NoTangents

Don't display tangents.

Remarks

Defines visibility states for the tangents in the curve editor.

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