Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SSafeZone
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSafeZone.h |
| Include Path | #include "Widgets/Layout/SSafeZone.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSafeZone >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SSafeZone::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Layout/SSafeZone.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Layout/SSafeZone.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > Content() |
The widget content presented by the SBox | Widgets/Layout/SSafeZone.h | |
WidgetArgsType & HAlign
(
EHorizontalAlignment InArg |
Horizontal alignment of content in the area allotted to the SBox by its parent | Widgets/Layout/SSafeZone.h | |
WidgetArgsType & IsTitleSafe
(
bool InArg |
True if the zone is TitleSafe, otherwise it's ActionSafe | Widgets/Layout/SSafeZone.h | |
WidgetArgsType & OverrideDpiScale
(
TOptional< float > InArg |
Force a particular screen size to be used instead of the reported device size. | Widgets/Layout/SSafeZone.h | |
WidgetArgsType & OverrideScreenSize
(
TOptional< FVector2D > InArg |
Force a particular screen size to be used instead of the reported device size. | Widgets/Layout/SSafeZone.h | |
WidgetArgsType & PadBottom
(
bool InArg |
If this safe zone should pad for the bottom of the screen's safe zone | Widgets/Layout/SSafeZone.h | |
WidgetArgsType & Padding
(
const TAttribute< FMargin >& InAttribute |
Padding between the SBox and the content that it presents. | Widgets/Layout/SSafeZone.h | |
WidgetArgsType & PadLeft
(
bool InArg |
If this safe zone should pad for the left side of the screen's safe zone | Widgets/Layout/SSafeZone.h | |
WidgetArgsType & PadRight
(
bool InArg |
If this safe zone should pad for the right side of the screen's safe zone | Widgets/Layout/SSafeZone.h | |
WidgetArgsType & PadTop
(
bool InArg |
If this safe zone should pad for the top of the screen's safe zone | Widgets/Layout/SSafeZone.h | |
WidgetArgsType & SafeAreaScale
(
FMargin InArg |
The scalar to apply to each side we want to have safe padding for. | Widgets/Layout/SSafeZone.h | |
WidgetArgsType & VAlign
(
EVerticalAlignment InArg |
Vertical alignment of content in the area allotted to the SBox by its parent | Widgets/Layout/SSafeZone.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Widgets/Layout/SSafeZone.h |