Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SDraggableBoxOverlay
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Overlay/SDraggableBoxOverlay.h |
| Include Path | #include "Overlay/SDraggableBoxOverlay.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDraggableBoxOverlay >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SDraggableBoxOverlay::FArguments
- TSlateBaseNamedArgs< SDraggableBoxOverlay > → SDraggableBoxOverlay::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Overlay/SDraggableBoxOverlay.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Overlay/SDraggableBoxOverlay.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > Content() |
The content you want to be able to drag around in the parent widget. | Overlay/SDraggableBoxOverlay.h | |
WidgetArgsType & HAlign
(
EHorizontalAlignment InArg |
Use this to specify whether to align to the left or right. | Overlay/SDraggableBoxOverlay.h | |
WidgetArgsType & InitialAlignmentOffset
(
FVector2f InArg |
The initial offset this widget should have relative to HAlign and VAlign. | Overlay/SDraggableBoxOverlay.h | |
WidgetArgsType & IsDraggable
(
const TAttribute< bool >& InAttribute |
Whether this widget should be allowed to be dragged. | Overlay/SDraggableBoxOverlay.h | |
WidgetArgsType & OnUserDraggedToNewPosition
(
const FSimpleDelegate& InDelegate |
Invoked when the user has finished dragging the widget to a new position. | Overlay/SDraggableBoxOverlay.h | |
WidgetArgsType & VAlign
(
EVerticalAlignment InArg |
Use this to specify whether to align to the top or bottom. | Overlay/SDraggableBoxOverlay.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Overlay/SDraggableBoxOverlay.h |