Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailDragDropHandler
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailDragDropHandler.h |
| Include | #include "IDetailDragDropHandler.h" |
TOptional< EItemDropZone > CanAcceptDrop
(
const FDragDropEvent & DragDropEvent,
EItemDropZone DropZone
) const
Remarks
Determines whether the drag-and-drop event contains data that can be accepted by the current widget row as the target. The handler can return a different drop zone if desired, or no drop zone if it can't accept the drop.