Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/Details
Inheritance Hierarchy
- FDecoratedDragDropOp
- FWidgetPropertyDragDropOp
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Public/Details/WidgetPropertyDragDropOp.h |
| Include | #include "Details/WidgetPropertyDragDropOp.h" |
Syntax
class FWidgetPropertyDragDropOp : public FDecoratedDragDropOp
Remarks
Drag-and-drop operation that stores data about the a widget property being dragged on.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FFieldVariant > | DraggedPropertyPath | ||
| TWeakObjectPtr< UWidget > | OwnerWidget | ||
| TUniquePtr< FScopedTransaction > | Transaction | ||
| TWeakObjectPtr< UWidgetBlueprint > | WidgetBP |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetTypeId () |
||
| bool | IsOfTypeImpl
(
const FString& Type |
||
| TSharedRef< FWidgetPropertyDragDropOp > | New
(
UWidget* InOwnerWidget, |
Constructs a new drag/drop operation | |
| void | OnDrop
(
bool bDropWasHandled, |