DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

UDragDropOperation

UObject

This class is the base drag drop operation for UMG, extend it to add additional data and add new functionality.

Member Type Offset Share
Tag

A simple string tag you can optionally use to provide extra metadata about the operation.

FString 0x28
Payload

The payload of the drag operation.

UObject* 0x38
DefaultDragVisual

The Drag Visual is the widget to display when dragging the item.

UWidget* 0x40
Pivot

Controls where the drag widget visual will appear when dragged relative to the pointer performing the drag operation.

EDragPivot 0x48
Offset

A percentage offset (-1..+1) from the Pivot location, the percentage is of the desired size of the dragged visual.

FVector2D 0x4c
OnDrop FMulticastInlineDelegate 0x58
OnDragCancelled FMulticastInlineDelegate 0x68
OnDragged FMulticastInlineDelegate 0x78