FDragDropEvent

Like a mouse event but with content

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()

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