Navigation
API > API/Editor > API/Editor/StructUtilsEditor > API/Editor/StructUtilsEditor/FPropertyBagDetailsDragDropHandl-_1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Property Bag Details - Drag/Drop Handler Default Constructor | PropertyBagDragDropHandler.h | ||
FPropertyBagDetailsDragDropHandlerTarget
(
const FCanAcceptPropertyBagDetailsRowDropOp& CanAcceptDragDrop, |
Property Bag Details - Drag/Drop Handler Constructor | PropertyBagDragDropHandler.h |
FPropertyBagDetailsDragDropHandlerTarget()
Description
Property Bag Details - Drag/Drop Handler Default Constructor
| Name | FPropertyBagDetailsDragDropHandlerTarget |
| Type | function |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/PropertyBagDragDropHandler.h |
| Include Path | #include "PropertyBagDragDropHandler.h" |
FPropertyBagDetailsDragDropHandlerTarget()
FPropertyBagDetailsDragDropHandlerTarget(const FCanAcceptPropertyBagDetailsRowDropOp &, const FOnPropertyBagDetailsRowDropOp &)
Description
Property Bag Details - Drag/Drop Handler Constructor
| Name | FPropertyBagDetailsDragDropHandlerTarget |
| Type | function |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/PropertyBagDragDropHandler.h |
| Include Path | #include "PropertyBagDragDropHandler.h" |
| Source | /Engine/Source/Editor/StructUtilsEditor/Private/PropertyBagDragDropHandler.cpp |
FPropertyBagDetailsDragDropHandlerTarget
(
const FCanAcceptPropertyBagDetailsRowDropOp & CanAcceptDragDrop,
const FOnPropertyBagDetailsRowDropOp & OnDragDrop
)
Parameters
| Name | Remarks |
|---|---|
| CanAcceptDragDrop | [Signature]: TOptional |
| OnDragDrop | [Signature]: FReply(const FPropertyBagPropertyDesc&, EItemDropZone) |