FArguments

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

EOrientation

 

_Orientation

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

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

 

PreferredWidth

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

The preferred width, 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

Public function

WidgetArgsTy...

 

UseAllottedWidth

(
    bool InArg
)

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

Operators

Name Description

Public function

WidgetArgsTy...

 

operator+

(
    FSlot& SlotToAdd
)

The slot supported by this panel

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