Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input > API/Runtime/SlateCore/Input/FReply
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Input/Reply.h |
| Include | #include "Input/Reply.h" |
FReply & BeginDragDrop
&40;
TSharedRef< FDragDropOperation > InDragDropContent
&41;
Remarks
An event should return FReply::Handled().BeginDragDrop( Content ) to initiate a drag and drop operation. reference back to the FReply so that this call can be chained.
Parameters
| Name | Description |
|---|---|
| InDragDropContent | The content that is being dragged. This could be a widget, or some arbitrary data |