FCurveEditorDelayedDrag

Utility struct used to facilitate a delayed drag operation with an implementation interface

Windows
MacOS
Linux

Inheritance Hierarchy

FDelayedDrag

FCurveEditorDelayedDrag

References

Module

CurveEditor

Header

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

Include

#include "ICurveEditorDragOperation.h"

Syntax

struct FCurveEditorDelayedDrag : public FDelayedDrag

Remarks

Utility struct used to facilitate a delayed drag operation with an implementation interface

Variables

Name Description

Public variable

TUniquePtr< ICu...

 

DragImpl

The drag implementation to use once the drag has started

Constructors

Name Description

Public function

FCurveEditorDelayedDrag

(
    FVector2D InInitialPosition,
    FKey InEffectiveKey
)

Start a delayed drag operation at the specified position and effective key

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