Navigation
API > API/Developer > API/Developer/ToolWidgets
Used to restore position of widget in SDraggableBoxOverlay.
| Name | FToolWidget_DragBoxPosition |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Overlay/DragBoxPosition.h |
| Include Path | #include "Overlay/DragBoxPosition.h" |
Syntax
USTRUCT ()
struct FToolWidget_DragBoxPosition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Overlay/DragBoxPosition.h | |||
FToolWidget_DragBoxPosition
(
const FVector2f& RelativeOffset, |
Overlay/DragBoxPosition.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HAlign | TEnumAsByte< EHorizontalAlignment > | Overlay/DragBoxPosition.h | ||
| RelativeOffset | FVector2f | Overlay/DragBoxPosition.h | ||
| VAlign | TEnumAsByte< EVerticalAlignment > | Overlay/DragBoxPosition.h |