FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SBox::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SBox.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SBox >

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...

 

HeightOverride

(
    const TAttribute< FOptionalSize >&...
)

When specified, ignore the content's desired size and report the HeightOverride as the Box's desired height.

Public function

WidgetArgsTy...

 

MaxAspectRatio

(
    const TAttribute< FOptionalSize >&...
)

Public function

WidgetArgsTy...

 

MaxDesiredHeight

(
    const TAttribute< FOptionalSize >&...
)

When specified, will report the MaxDesiredHeight if smaller than the content's desired height.

Public function

WidgetArgsTy...

 

MaxDesiredWidth

(
    const TAttribute< FOptionalSize >&...
)

When specified, will report the MaxDesiredWidth if smaller than the content's desired width.

Public function

WidgetArgsTy...

 

MinAspectRatio

(
    const TAttribute< FOptionalSize >&...
)

Public function

WidgetArgsTy...

 

MinDesiredHeight

(
    const TAttribute< FOptionalSize >&...
)

When specified, will report the MinDesiredHeight if larger than the content's desired height.

Public function

WidgetArgsTy...

 

MinDesiredWidth

(
    const TAttribute< FOptionalSize >&...
)

When specified, will report the MinDesiredWidth if larger than the content's desired width.

Public function

WidgetArgsTy...

 

Padding

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

Padding between the SBox and the content that it presents.

Public function

WidgetArgsTy...

 

VAlign

(
    EVerticalAlignment InArg
)

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

Public function

WidgetArgsTy...

 

WidthOverride

(
    const TAttribute< FOptionalSize >&...
)

When specified, ignore the content's desired size and report the WidthOverride as the Box's desired width.

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