Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h |
| Include Path | #include "Widgets/Layout/SBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Layout/SBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Layout/SBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > Content() |
The widget content presented by the SBox | Widgets/Layout/SBox.h | |
WidgetArgsType & HAlign
(
EHorizontalAlignment InArg |
Horizontal alignment of content in the area allotted to the SBox by its parent | Widgets/Layout/SBox.h | |
WidgetArgsType & HeightOverride
(
const TAttribute< FOptionalSize >& InAttribute |
When specified, ignore the content's desired size and report the HeightOverride as the Box's desired height. | Widgets/Layout/SBox.h | |
WidgetArgsType & MaxAspectRatio
(
const TAttribute< FOptionalSize >& InAttribute |
Widgets/Layout/SBox.h | ||
WidgetArgsType & MaxDesiredHeight
(
const TAttribute< FOptionalSize >& InAttribute |
When specified, will report the MaxDesiredHeight if smaller than the content's desired height. | Widgets/Layout/SBox.h | |
WidgetArgsType & MaxDesiredWidth
(
const TAttribute< FOptionalSize >& InAttribute |
When specified, will report the MaxDesiredWidth if smaller than the content's desired width. | Widgets/Layout/SBox.h | |
WidgetArgsType & MinAspectRatio
(
const TAttribute< FOptionalSize >& InAttribute |
Widgets/Layout/SBox.h | ||
WidgetArgsType & MinDesiredHeight
(
const TAttribute< FOptionalSize >& InAttribute |
When specified, will report the MinDesiredHeight if larger than the content's desired height. | Widgets/Layout/SBox.h | |
WidgetArgsType & MinDesiredWidth
(
const TAttribute< FOptionalSize >& InAttribute |
When specified, will report the MinDesiredWidth if larger than the content's desired width. | Widgets/Layout/SBox.h | |
WidgetArgsType & Padding
(
const TAttribute< FMargin >& InAttribute |
Padding between the SBox and the content that it presents. | Widgets/Layout/SBox.h | |
FArguments & Padding
(
float Uniform |
Widgets/Layout/SBox.h | ||
FArguments & Padding
(
float Horizontal, |
Widgets/Layout/SBox.h | ||
FArguments & Padding
(
float Left, |
Widgets/Layout/SBox.h | ||
WidgetArgsType & VAlign
(
EVerticalAlignment InArg |
Vertical alignment of content in the area allotted to the SBox by its parent | Widgets/Layout/SBox.h | |
WidgetArgsType & WidthOverride
(
const TAttribute< FOptionalSize >& InAttribute |
When specified, ignore the content's desired size and report the WidthOverride as the Box's desired width. | Widgets/Layout/SBox.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Widgets/Layout/SBox.h |