FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SExpandableButton::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SExpandableButton.h

Include

#include "Widgets/Input/SExpandableButton.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SExpandableButton >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

NamedSlotPro...

 

CollapsedButtonContent()

Slot for this button's collapsed content (optional)

Public function

WidgetArgsTy...

 

CollapsedText

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

The text to display in this button in it's collapsed state (if nothing is specified for CollapsedButtonContent)

Public function

NamedSlotPro...

 

ExpandedButtonContent()

Slot for this button's expanded content (optional)

Public function

NamedSlotPro...

 

ExpandedChildContent()

Slot for this button's expanded body

Public function

WidgetArgsTy...

 

ExpandedText

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

The text to display in this button in it's expanded state (if nothing is specified for ExpandedButtonContent)

Public function

WidgetArgsTy...

 

IsExpanded

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

Current expansion state

Public function

WidgetArgsTy...

 

OnCloseClicked

(
    const FOnClicked& InDelegate
)

Called when the close button is clicked

Public function

WidgetArgsTy...

 

OnExpansionClicked

(
    const FOnClicked& InDelegate
)

Called when the expansion button is clicked

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