FArguments

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SWrapBox.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SWrapBox >

Variables

Name Description

Public variable

TArray< typenam...

 

_Slots

The slot supported by this panel

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

HAlign

(
    const TAttribute< EHorizontalAlignm...
)

How to distribute the elements among any extra space in a given row

Public function

WidgetArgsTy...

 

InnerSlotPadding

(
    FVector2D InArg
)

The inner slot padding goes between slots sharing borders

Public function

WidgetArgsTy...

 

Orientation

(
    EOrientation InArg
)

Determines if the wrap box needs to arrange the slots left-to-right or top-to-bottom.

Public function

WidgetArgsTy...

 

PreferredSize

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

The preferred size, if not set will fill the space

Public function

WidgetArgsTy...

 

UseAllottedSize

(
    bool InArg
)

If true, the PreferredSize will always match the room available to the SWrapBox

Operators

Name Description

Public function

WidgetArgsTy...

 

operator+

(
    typename FSlot::FSlotArguments& Sl...
)

Public function

WidgetArgsTy...

 

operator+

(
    typename FSlot::FSlotArguments&& S...
)

Typedefs

Name

Description

WidgetArgsType

Deprecated Functions

Name Description

Public function

WidgetArgsTy...

 

PreferredWidth

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

PreferredWidth is deprecated. Use PreferredSize instead.

Public function

WidgetArgsTy...

 

UseAllottedWidth

(
    bool InArg
)

UseAllottedWidth is deprecated. Use UseAllottedSize instead.