FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SExpandableArea::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SExpandableArea.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SExpandableArea >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AreaTitle

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

The title to display. Not used if header content is supplied

Public function

WidgetArgsTy...

 

AreaTitleFont

(
    const TAttribute< FSlateFontInfo > ...
)

Sets the font used to draw the title text

Public function

WidgetArgsTy...

 

AreaTitlePadding

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

The title padding

Public function

WidgetArgsTy...

 

BodyBorderBackgroundColor

(
    const TAttribute< FSlateColor >& I...
)

Background color to apply to the body's border image. Unspecified uses BorderBackgroundColor

Public function

WidgetArgsTy...

 

BodyBorderImage

(
    const FSlateBrush* InArg
)

Border to use around the body. Unspecified uses BorderImage

Public function

NamedSlotPro...

 

BodyContent()

Content displayed inside the area that is expanded

Public function

WidgetArgsTy...

 

BorderBackgroundColor

(
    const TAttribute< FSlateColor >& I...
)

Background color to apply to the border image

Public function

WidgetArgsTy...

 

BorderImage

(
    const TAttribute< const FSlateBrush...
)

Border to use around the area

Public function

NamedSlotPro...

 

HeaderContent()

Content displayed next to the expansion arrow. This is always visible

Public function

WidgetArgsTy...

 

HeaderCursor

(
    const TAttribute< TOptional< EMouse...
)

Override for Cursor, so you can specify a different cursor for the header

Public function

WidgetArgsTy...

 

HeaderPadding

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

The header padding

Public function

WidgetArgsTy...

 

InitiallyCollapsed

(
    bool InArg
)

Whether or not the area is initially collapsed

Public function

WidgetArgsTy...

 

MaxHeight

(
    float InArg
)

The maximum height of the area

Public function

WidgetArgsTy...

 

MinWidth

(
    float InArg
)

The minimum width of the area

Public function

WidgetArgsTy...

 

OnAreaExpansionChanged

(
    const FOnBooleanValueChanged& InDe...
)

Called when the area is expanded or collapsed

Public function

WidgetArgsTy...

 

Padding

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

The content padding

Public function

WidgetArgsTy...

 

Style

(
    const FExpandableAreaStyle* In...
)

Style used to draw this area

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