FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SWrapBox::FArguments

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 >

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

 

PreferredWidth

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

The preferred width, if not set will fill the space

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