ISequencerEditToolDragOperation::OnDrag

Notification called when the mouse moves while dragging

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/ISequencerEditTool.h

Include

#include "ISequencerEditTool.h"

Syntax

void OnDrag
(
    const FPointerEvent & MouseEvent,
    FVector2D LocalMousePos,
    const FVirtualTrackArea & VirtualTrackArea
)

Remarks

Notification called when the mouse moves while dragging

Parameters

Parameter

Description

MouseEvent

The associated mouse event for dragging

LocalMousePos

The current location of the mouse, relative to the top-left corner of the physical track area

VirtualTrackArea

A virtual track area that can be used for pixel->time conversions and hittesting

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