FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SUniformWrapPanel::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SUniformWrapPanel.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SUniformWrapPanel >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

EvenRowDistribution

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

If the distribution to evenly distribute down rows

Public function

WidgetArgsTy...

 

HAlign

(
    const TAttribute< EHorizontalAlignm...
)

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

Public function

WidgetArgsTy...

 

MinDesiredSlotHeight

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

The minimum desired height of the slots

Public function

WidgetArgsTy...

 

MinDesiredSlotWidth

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

The minimum desired width of the slots

Public function

WidgetArgsTy...

 

SlotPadding

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

Padding given to each slot

Operators

Name Description

Public function

WidgetArgsTy...

 

operator+

(
    FSlot& SlotToAdd
)

Slot type 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