Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint > UDragDropOperation
Syntax
UPROPERTY (EditAnywhere, BlueprintReadOnly, Category="Drag and Drop",
Meta=(ExposeOnSpawn="true", DisplayName="Drag Visual"))
TObjectPtr< class UWidget > DefaultDragVisual
Remarks
The Drag Visual is the widget to display when dragging the item. Normally people create a new widget to represent the temporary drag.