Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SExpandableButton
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SExpandableButton.h |
| Include Path | #include "Widgets/Input/SExpandableButton.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SExpandableButton >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SExpandableButton::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Input/SExpandableButton.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Input/SExpandableButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > CollapsedButtonContent() |
Slot for this button's collapsed content (optional) | Widgets/Input/SExpandableButton.h | |
WidgetArgsType & CollapsedText
(
const TAttribute< FText >& InAttribute |
The text to display in this button in it's collapsed state (if nothing is specified for CollapsedButtonContent) | Widgets/Input/SExpandableButton.h | |
NamedSlotProperty< FArguments > ExpandedButtonContent() |
Slot for this button's expanded content (optional) | Widgets/Input/SExpandableButton.h | |
NamedSlotProperty< FArguments > ExpandedChildContent() |
Slot for this button's expanded body | Widgets/Input/SExpandableButton.h | |
WidgetArgsType & ExpandedText
(
const TAttribute< FText >& InAttribute |
The text to display in this button in it's expanded state (if nothing is specified for ExpandedButtonContent) | Widgets/Input/SExpandableButton.h | |
WidgetArgsType & IsExpanded
(
const TAttribute< bool >& InAttribute |
Current expansion state | Widgets/Input/SExpandableButton.h | |
WidgetArgsType & OnCloseClicked
(
const FOnClicked& InDelegate |
Called when the close button is clicked | Widgets/Input/SExpandableButton.h | |
WidgetArgsType & OnExpansionClicked
(
const FOnClicked& InDelegate |
Called when the expansion button is clicked | Widgets/Input/SExpandableButton.h |