Choose your operating system:
Windows
macOS
Linux
| FSlateBaseNamedArgs
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h |
Include |
#include "Widgets/Layout/SBox.h" |
struct FArguments : public TSlateBaseNamedArgs< SBox >
Name | Description | |
---|---|---|
|
FArguments() |
Name | Description | ||
---|---|---|---|
|
NamedSlotPro... |
Content() |
The widget content presented by the SBox |
|
WidgetArgsTy... |
HAlign ( |
Horizontal alignment of content in the area allotted to the SBox by its parent |
|
WidgetArgsTy... |
HeightOverride ( |
When specified, ignore the content's desired size and report the HeightOverride as the Box's desired height. |
|
WidgetArgsTy... |
MaxAspectRatio ( |
|
|
WidgetArgsTy... |
MaxDesiredHeight ( |
When specified, will report the MaxDesiredHeight if smaller than the content's desired height. |
|
WidgetArgsTy... |
MaxDesiredWidth ( |
When specified, will report the MaxDesiredWidth if smaller than the content's desired width. |
|
WidgetArgsTy... |
MinAspectRatio ( |
|
|
WidgetArgsTy... |
MinDesiredHeight ( |
When specified, will report the MinDesiredHeight if larger than the content's desired height. |
|
WidgetArgsTy... |
MinDesiredWidth ( |
When specified, will report the MinDesiredWidth if larger than the content's desired width. |
|
WidgetArgsTy... |
Padding ( |
Padding between the SBox and the content that it presents. |
|
WidgetArgsTy... |
VAlign ( |
Vertical alignment of content in the area allotted to the SBox by its parent |
|
WidgetArgsTy... |
WidthOverride ( |
When specified, ignore the content's desired size and report the WidthOverride as the Box's desired width. |
Name | Description | ||
---|---|---|---|
|
operator[] ( |
Name |
Description |
---|---|
WidgetArgsType |