FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SGridPanel::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SGridPanel.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SGridPanel >

Variables

Name Description

Public variable

TArray< TAttrib...

 

ColFillCoefficients

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

Public variable

TArray< TAttrib...

 

RowFillCoefficients

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

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

FArguments &

 

FillColumn

(
    int32 ColumnId,
    const TAttribute< float >& Coeffic...
)

Specify a column to stretch instead of sizing to content.

Public function

FArguments &

 

FillRow

(
    int32 RowId,
    const TAttribute< float >& Coeffic...
)

Specify a row to stretch instead of sizing to content.

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