Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UUserWidget
Description
TODO virtual bool OnVisualizeTooltip(const TSharedPtr
| Name | OnDragDetected |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
UFUNCTION (BlueprintImplementableEvent, BlueprintCosmetic, Category="Drag and Drop")
void OnDragDetected
(
FGeometry MyGeometry,
const FPointerEvent & PointerEvent,
UDragDropOperation *& Operation
)
Parameters
| Name | Remarks |
|---|---|
| InMyGeometry | Widget geometry |
| PointerEvent | MouseMove that triggered the drag |
| Operation | The drag operation that was detected. |