Navigation
API > API/Editor > API/Editor/UMGEditor
This drag drop operation allows widgets from the hierarchy rows to be dragged and dropped around the editor.
| Name | FHierarchyWidgetDragDropOp |
| Type | class |
| Header File | /Engine/Source/Editor/UMGEditor/Public/Hierarchy/HierarchyWidgetDragDropOp.h |
| Include Path | #include "Hierarchy/HierarchyWidgetDragDropOp.h" |
Syntax
class FHierarchyWidgetDragDropOp : public FDecoratedDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FHierarchyWidgetDragDropOp
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WidgetReferences | TArray< FWidgetReference > | Hierarchy/HierarchyWidgetDragDropOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArrayView< const FWidgetReference > GetWidgetReferences() |
Hierarchy/HierarchyWidgetDragDropOp.h | ||
bool HasOriginatedFrom
(
const TSharedPtr< FWidgetBlueprintEditor >& BlueprintEditor |
Hierarchy/HierarchyWidgetDragDropOp.h | ||
virtual bool IsOfTypeImpl
(
const FString& Type |
Hierarchy/HierarchyWidgetDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
Hierarchy/HierarchyWidgetDragDropOp.h | ||
static TSharedRef< FHierarchyWidgetDragDropOp > New
(
UWidgetBlueprint* Blueprint, |
Constructs a new drag/drop operation | Hierarchy/HierarchyWidgetDragDropOp.h |