FDragDropEvent::FDragDropEvent

Construct a DragDropEvent.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Input/DragAndDrop.h"

Syntax

FDragDropEvent
(
    const FPointerEvent & InMouseEvent,
    const TSharedPtr< FDragDropOperation > InContent
)

Remarks

Construct a DragDropEvent.

Parameters

Parameter

Description

InMouseEvent

The mouse event that is causing this drag and drop event to occur.

InContent

The content being dragged.

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