Navigation
API > API/Plugins > API/Plugins/ModelingUI > API/Plugins/ModelingUI/SDraggableBoxOverlay > API/Plugins/ModelingUI/SDraggableBoxOverlay/FArguments
Description
When true, the positioning of the box is relative to the bottom of the widget rather than the top, so the VerticalPosition in SetBoxPosition is interpreted as distance from the bottom of the containing widget. The choice here depends on how your widget is generally positioned, for instance if it is near the bottom, you want this to be true so that making the window smaller does not immediately clip your box.
| Name | bPositionRelativeToBottom |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingUI/Public/ModelingWidgets/SDraggableBox.h |
| Include Path | #include "ModelingWidgets/SDraggableBox.h" |
WidgetArgsType & bPositionRelativeToBottom
(
bool InArg
)