Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailDragDropHandler.h |
| Include | #include "IDetailDragDropHandler.h" |
Syntax
class IDetailDragDropHandler
Remarks
Specifies how a widget row can initiate a drag-and-drop (be dragged) and/or act as the target of a drag-and-drop (be dropped onto).
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AcceptDrop
(
const FDragDropEvent& DragDropEvent, |
Accepts an arbitrary drag-and-drop (doesn't need to be from another widget row) with the current widget row as the target. | |
| TOptional< EItemDropZone > | CanAcceptDrop
(
const FDragDropEvent& DragDropEvent, |
Determines whether the drag-and-drop event contains data that can be accepted by the current widget row as the target. | |
| TSharedPtr< FDragDropOperation > | Create a drag operation with the current widget row as the source. |