Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SExpandableButton
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
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NamedSlotProperty< FArguments > | Slot for this button's collapsed content (optional) | ||
| WidgetArgsType & | CollapsedText
(
const TAttribute< FText >& InAttribute |
The text to display in this button in it's collapsed state (if nothing is specified for CollapsedButtonContent) | |
| NamedSlotProperty< FArguments > | Slot for this button's expanded content (optional) | ||
| NamedSlotProperty< FArguments > | Slot for this button's expanded body | ||
| WidgetArgsType & | ExpandedText
(
const TAttribute< FText >& InAttribute |
The text to display in this button in it's expanded state (if nothing is specified for ExpandedButtonContent) | |
| WidgetArgsType & | IsExpanded
(
const TAttribute< bool >& InAttribute |
Current expansion state | |
| WidgetArgsType & | OnCloseClicked
(
const FOnClicked& InDelegate |
Called when the close button is clicked | |
| WidgetArgsType & | OnExpansionClicked
(
const FOnClicked& InDelegate |
Called when the expansion button is clicked |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |