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