ICurveEditorDragOperation::BeginDrag

Begin this drag operation with the specified initial and current positions

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "ICurveEditorDragOperation.h"

Source

/Engine/Source/Editor/CurveEditor/Private/DragOperations/ICurveEditorDragOperation.cpp

Syntax

void BeginDrag
(
    FVector2D InitialPosition,
    FVector2D CurrentPosition,
    const FPointerEvent & MouseEvent
)

Remarks

Begin this drag operation with the specified initial and current positions

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