FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

FArguments()

Functions

Name Description

Public function

NamedSlotPro...

 

Content()

Slot for this designers content (optional)

Public function

WidgetArgsTy...

 

HAlign

(
    EHorizontalAlignment InArg
)

The horizontal alignment of the content

Public function

WidgetArgsTy...

 

IgnoreInheritedScale

(
    const TAttribute< bool >& InAttrib...
)

Undo any inherited scale factor before applying this scale box's scale

Public function

WidgetArgsTy...

 

OverrideScreenSize

(
    TOptional< FVector2D > InArg
)

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

Public function

WidgetArgsTy...

 

Stretch

(
    const TAttribute< EStretch::Type > ...
)

The stretching rule to apply when content is stretched

Public function

WidgetArgsTy...

 

StretchDirection

(
    const TAttribute< EStretchDirection...
)

Controls in what direction content can be scaled

Public function

WidgetArgsTy...

 

UserSpecifiedScale

(
    const TAttribute< float >& InAttri...
)

Optional scale that can be specified by the User

Public function

WidgetArgsTy...

 

VAlign

(
    EVerticalAlignment InArg
)

The vertical alignment of the content

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