Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FGameDragDropOperation
- FUMGDragDropOp
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h |
| Include | #include "Input/DragAndDrop.h" |
Syntax
class FGameDragDropOperation : public FDragDropOperation
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | DecoratorPosition | The absolute position of the decorator. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Functions
Overridden from FDragDropOperation
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | Gets the desired position of the decorator in absolute space. | ||
| bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |