ICurveEditorDragOperation::OnEndDrag

Implementation method for derived types to finish a drag

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "ICurveEditorDragOperation.h"

Syntax

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

Remarks

Implementation method for derived types to finish 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