Navigation
API > API/Plugins > API/Plugins/TedsOperations > API/Plugins/TedsOperations/FWidgetDropHandler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool PrepareInput
(
DataStorage::ICoreProvider& Storage, |
Creates input rows for the given drag&drop input event. | DragAndDrop/Widgets/WidgetDropHandler.h | |
virtual bool PrepareInput
(
DataStorage::ICoreProvider& Storage, |
Creates input rows for the given drag&drop input event. | DragAndDrop/Widgets/WidgetDropHandler.h |
PrepareInput(DataStorage::ICoreProvider &, UDropOperationSystem &, const FDragDropOperation &)
Description
Creates input rows for the given drag&drop input event.
| Name | PrepareInput |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOperations/Public/DragAndDrop/Widgets/WidgetDropHandler.h |
| Include Path | #include "DragAndDrop/Widgets/WidgetDropHandler.h" |
| Source | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOperations/Private/DragAndDrop/Widgets/WidgetDropHandler.cpp |
virtual bool PrepareInput
(
DataStorage::ICoreProvider & Storage,
UDropOperationSystem & DropSystem,
const FDragDropOperation & Operation
)
PrepareInput(DataStorage::ICoreProvider &, UDropOperationSystem &, DataStorage::FRowHandleArrayView)
Description
Creates input rows for the given drag&drop input event.
| Name | PrepareInput |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOperations/Public/DragAndDrop/Widgets/WidgetDropHandler.h |
| Include Path | #include "DragAndDrop/Widgets/WidgetDropHandler.h" |
| Source | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOperations/Private/DragAndDrop/Widgets/WidgetDropHandler.cpp |
virtual bool PrepareInput
(
DataStorage::ICoreProvider & Storage,
UDropOperationSystem & DropSystem,
DataStorage::FRowHandleArrayView SourceRows
)