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 & DetectDrag
&40;
const TSharedRef< SWidget > & DetectDragInMe,
FKey MouseButton
&41;
Remarks
Ask Slate to detect if a user started dragging in this widget. If a drag is detected, Slate will send an OnDragDetected event.
Parameters
| Name | Description |
|---|---|
| DetectDragInMe | Detect dragging in this widget |
| MouseButton | This button should be pressed to detect the drag |