Navigation
API > API/Plugins > API/Plugins/ModelingEditorUI > API/Plugins/ModelingEditorUI/ModelingWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SDraggableBoxOverlay
References
| Module | ModelingEditorUI |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Public/ModelingWidgets/SDraggableBox.h |
| Include | #include "ModelingWidgets/SDraggableBox.h" |
Syntax
class SDraggableBoxOverlay : public SCompoundWidget
Remarks
Class that can be used to place a draggable box into a viewport or some other large widget as an overlay. Just place the widget that you want to be draggable as the contents of SDraggableBoxOverlay.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | ContainingBox | ||
| TSharedPtr< SWidget > | DraggableBox | ||
| float | DraggableBoxPaddingHorizontal | ||
| float | DraggableBoxPaddingVertical |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| void | SetBoxPosition
(
float HorizontalPosition, |
Sets the box position in the overlay. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |