EDragState

Represents the different states of a drag operation

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/SCurveEditor.h

Include

#include "SCurveEditor.h"

Syntax

enum EDragState
{
    PreDrag,
    DragKey,
    FreeDrag,
    DragTangent,
    MarqueeSelect,
    Pan,
    Zoom,
    None,
}

Values

Name

Description

PreDrag

The user has clicked a mouse button, but hasn't moved more then the drag threshold.

DragKey

The user is dragging the selected keys.

FreeDrag

The user is free dragging the selected keys.

DragTangent

The user is dragging a selected tangent handle.

MarqueeSelect

The user is performing a marquee selection of keys.

Pan

The user is panning the curve view.

Zoom

The user is zooming the curve view.

None

There is no active drag operation.

Remarks

Represents the different states of a drag operation

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