Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateUser
| Name | FDragDetectionState |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateUser.h |
| Include Path | #include "Framework/Application/SlateUser.h" |
Syntax
struct FDragDetectionState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDragDetectionState
(
const FWidgetPath& PathToWidget, |
Framework/Application/SlateUser.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DetectDragForWidget | FWeakWidgetPath | If not null, a widget has requested that we detect a drag being triggered in this widget and send an OnDragDetected() event | Framework/Application/SlateUser.h | |
| DragStartLocation | FVector2f | Framework/Application/SlateUser.h | ||
| PointerIndex | int32 | Framework/Application/SlateUser.h | ||
| TriggerButton | FKey | Framework/Application/SlateUser.h |