ICurveEditorDragOperation::OnMouseWheel

Implementation method for derived types to evaluate a mousewheel event

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "ICurveEditorDragOperation.h"

Syntax

virtual FReply OnMouseWheel
(
    FVector2D InitialPosition,
    FVector2D CurrentPosition,
    const FPointerEvent & MouseEvent
)

Remarks

Implementation method for derived types to evaluate a mousewheel event

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