FDragDropEvent

Like a mouse event but with content

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FInputEvent

FPointerEvent

FDragDropEvent

References

Module

SlateCore

Header

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

Include

#include "Input/DragAndDrop.h"

Syntax

class FDragDropEvent : public FPointerEvent

Remarks

Like a mouse event but with content

Constructors

Name Description

Public function

FDragDropEvent

(
    const FPointerEvent& InMouseEvent,
    const TSharedPtr< FDragDropOperatio...
)

Construct a DragDropEvent.

Functions

Name Description

Public function Const

TSharedPtr< ...

 

GetOperation()

Public function Const

TSharedPtr< ...

 

GetOperationAs()