Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SScaleBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SScaleBox::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScaleBox.h |
| Include | #include "Widgets/Layout/SScaleBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SScaleBox >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NamedSlotProperty< FArguments > | Content () |
Slot for this designers content (optional) | |
| WidgetArgsType & | HAlign
(
EHorizontalAlignment InArg |
The horizontal alignment of the content | |
| WidgetArgsType & | IgnoreInheritedScale
(
const TAttribute< bool >& InAttribute |
Undo any inherited scale factor before applying this scale box's scale | |
| WidgetArgsType & | OverrideScreenSize
(
TOptional< FVector2D > InArg |
Force a particular screen size to be used instead of the reported device size. | |
| WidgetArgsType & | Stretch
(
const TAttribute< EStretch::Type >& InAttribute |
The stretching rule to apply when content is stretched | |
| WidgetArgsType & | StretchDirection
(
const TAttribute< EStretchDirection::Type >& InAttribute |
Controls in what direction content can be scaled | |
| WidgetArgsType & | UserSpecifiedScale
(
const TAttribute< float >& InAttribute |
Optional scale that can be specified by the User | |
| WidgetArgsType & | VAlign
(
EVerticalAlignment InArg |
The vertical alignment of the content |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |