FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SResponsiveGridPanel::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SResponsiveGridPanel.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SResponsiveGridPanel >

Variables

Name Description

Public variable

TArray< float >

 

RowFillCoefficients

Coefficients for rows that need to stretch instead of size to content

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ColumnGutter

(
    float InArg
)

Public function

FArguments &

 

FillRow

(
    int32 RowId,
    float Coefficient
)

Specify a row to stretch instead of sizing to content.

Public function

WidgetArgsTy...

 

RowGutter

(
    float InArg
)

Operators

Name Description

Public function

WidgetArgsTy...

 

operator+

(
    FSlot& SlotToAdd
)

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