ISequencerEditToolDragOperation::OnBeginDrag

Called to initiate a drag

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencerEditTool.h"

Syntax

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

Remarks

Called to initiate a drag

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