FUMGDragDropOp::OnDragged

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FDragDropOperation::OnDragged()

FUMGDragDropOp::OnDragged()

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Slate/UMGDragDropOp.h

Include

#include "Slate/UMGDragDropOp.h"

Source

/Engine/Source/Runtime/UMG/Private/Slate/UMGDragDropOp.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.