Navigation
API > API/Editor > API/Editor/UMGEditor
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Public/IHasWidgetDragDropExtensibility.h |
| Include | #include "IHasWidgetDragDropExtensibility.h" |
Syntax
class FWidgetDragDropExtensibilityManager
Remarks
Drag & drop extensibility manager holds a list of registered drag and drop extensions.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddExtension
(
const TSharedRef< IWidgetDragDropExtension >& Extension |
||
| TArrayView< const TSharedPtr< IWidgetDragDropExtension > > | |||
| void | RemoveExtension
(
const TSharedRef< IWidgetDragDropExtension >& Extension |