Navigation
API > API/Plugins > API/Plugins/TedsOperations > API/Plugins/TedsOperations/FPreviewWidgetDropHandler
Description
Updates the current drag-operation internally. Returns an updated result or unset optional if nothing has changed.
Virtual Inheritance
- FWidgetDropHandler::Update → FPreviewWidgetDropHandler::Update
| Name | Update |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOperations/Public/DragAndDrop/Widgets/PreviewWidgetDropHandler.h |
| Include Path | #include "DragAndDrop/Widgets/PreviewWidgetDropHandler.h" |
| Source | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOperations/Private/DragAndDrop/Widgets/PreviewWidgetDropHandler.cpp |
virtual TOptional < FDropResult > Update
(
DataStorage::ICoreProvider & Storage,
UDropOperationSystem & DropSystem,
const FGeometry & Geometry,
const FDragDropEvent & InputEvent
)