ICurveEditorDragOperation::OnBeginDrag

Implementation method for derived types to begin a drag

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "ICurveEditorDragOperation.h"

Syntax

virtual void OnBeginDrag
(
    FVector2D InitialPosition,
    FVector2D CurrentPosition,
    const FPointerEvent & MouseEvent
)

Remarks

Implementation method for derived types to begin a drag

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