Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input
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
| Type | Name | Description | |
|---|---|---|---|
FDragDropEvent
(
const FPointerEvent& InMouseEvent, |
Construct a DragDropEvent. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDragDropOperation > | GetOperation () |
||
| TSharedPtr< OperationType > |