FDragDropOperation::OnDragged

Called when the mouse was moved during a drag and drop operation

Windows
MacOS
Linux

Override Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h

Include

#include "Input/DragAndDrop.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Input/DragAndDrop.cpp

Syntax

virtual void OnDragged
(
    const class FDragDropEvent & DragDropEvent
)

Remarks

Called when the mouse was moved during a drag and drop operation

Parameters

Parameter

Description

DragDropEvent

The event that describes this drag drop operation.

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