FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SSafeZone::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSafeZone.h

Include

#include "Widgets/Layout/SSafeZone.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SSafeZone >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

NamedSlotPro...

 

Content()

The widget content presented by the SBox

Public function

WidgetArgsTy...

 

HAlign

(
    EHorizontalAlignment InArg
)

Horizontal alignment of content in the area allotted to the SBox by its parent

Public function

WidgetArgsTy...

 

IsTitleSafe

(
    bool InArg
)

True if the zone is TitleSafe, otherwise it's ActionSafe

Public function

WidgetArgsTy...

 

OverrideDpiScale

(
    TOptional< float > InArg
)

Force a particular screen size to be used instead of the reported device size.

Public function

WidgetArgsTy...

 

OverrideScreenSize

(
    TOptional< FVector2D > InArg
)

Force a particular screen size to be used instead of the reported device size.

Public function

WidgetArgsTy...

 

PadBottom

(
    bool InArg
)

If this safe zone should pad for the bottom of the screen's safe zone

Public function

WidgetArgsTy...

 

Padding

(
    const TAttribute< FMargin >& InAtt...
)

Padding between the SBox and the content that it presents.

Public function

WidgetArgsTy...

 

PadLeft

(
    bool InArg
)

If this safe zone should pad for the left side of the screen's safe zone

Public function

WidgetArgsTy...

 

PadRight

(
    bool InArg
)

If this safe zone should pad for the right side of the screen's safe zone

Public function

WidgetArgsTy...

 

PadTop

(
    bool InArg
)

If this safe zone should pad for the top of the screen's safe zone

Public function

WidgetArgsTy...

 

SafeAreaScale

(
    FMargin InArg
)

The scalar to apply to each side we want to have safe padding for.

Public function

WidgetArgsTy...

 

VAlign

(
    EVerticalAlignment InArg
)

Vertical alignment of content in the area allotted to the SBox by its parent

Operators

Name Description

Public function

FArguments &

 

operator[]

(
    const TSharedRef< SWidget > InChild
)

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss