Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/Hierarchy
Inheritance Hierarchy
- FDecoratedDragDropOp
- FHierarchyWidgetDragDropOp
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Public/Hierarchy/HierarchyWidgetDragDropOp.h |
| Include | #include "Hierarchy/HierarchyWidgetDragDropOp.h" |
Syntax
class FHierarchyWidgetDragDropOp : public FDecoratedDragDropOp
Remarks
This drag drop operation allows widgets from the hierarchy rows to be dragged and dropped around the editor.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetTypeId () |
||
| const TArrayView< const FWidgetReference > | |||
| bool | HasOriginatedFrom
(
const TSharedPtr< FWidgetBlueprintEditor >& BlueprintEditor |
||
| bool | IsOfTypeImpl
(
const FString& Type |
||
| TSharedRef< FHierarchyWidgetDragDropOp > | New
(
UWidgetBlueprint* Blueprint, |
Constructs a new drag/drop operation |