Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailDragDropHandler
Description
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.
| Name | CanAcceptDrop |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailDragDropHandler.h |
| Include Path | #include "IDetailDragDropHandler.h" |
TOptional < EItemDropZone > CanAcceptDrop
(
const FDragDropEvent & DragDropEvent,
EItemDropZone DropZone
) const