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