ECurveEditorViewID

Enumeration identifying a single specific view type, or a combination thereof

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "CurveEditorTypes.h"

Syntax

enum ECurveEditorViewID
{
    Invalid         = 0,
    Absolute        = 1 << 0,
    Normalized      = 1 << 1,
    Stacked         = 1 << 2,
    CUSTOM_START    = 1 << 3,
    ANY_BUILT_IN    = Absolute | Normalized | Stacked,
}

Values

Name

Description

Invalid

Absolute

Normalized

Stacked

CUSTOM_START

ANY_BUILT_IN

Remarks

Enumeration identifying a single specific view type, or a combination thereof

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