Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SExpandableArea
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SExpandableArea.h |
| Include Path | #include "Widgets/Layout/SExpandableArea.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SExpandableArea >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SExpandableArea::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Layout/SExpandableArea.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Layout/SExpandableArea.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowAnimatedTransition
(
bool InArg |
Whether or not the animated effect is used when opening or closing the area | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & AreaTitle
(
const TAttribute< FText >& InAttribute |
The title to display. Not used if header content is supplied | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & AreaTitleFont
(
const TAttribute< FSlateFontInfo >& InAttribute |
Sets the font used to draw the title text | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & AreaTitlePadding
(
const TAttribute< FMargin >& InAttribute |
The title padding | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & BodyBorderBackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Background color to apply to the body's border image. Unspecified uses BorderBackgroundColor | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & BodyBorderImage
(
const FSlateBrush* InArg |
Border to use around the body. Unspecified uses BorderImage | Widgets/Layout/SExpandableArea.h | |
NamedSlotProperty< FArguments > BodyContent() |
Content displayed inside the area that is expanded | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & BorderBackgroundColor
(
const TAttribute< FSlateColor >& InAttribute |
Background color to apply to the border image | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & BorderImage
(
const TAttribute< const FSlateBrush* >& InAttribute |
Border to use around the area | Widgets/Layout/SExpandableArea.h | |
NamedSlotProperty< FArguments > HeaderContent() |
Content displayed next to the expansion arrow. This is always visible | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & HeaderCursor
(
const TAttribute< TOptional< EMouseCursor::Type > >& InAttribute |
Override for Cursor, so you can specify a different cursor for the header | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & HeaderPadding
(
const TAttribute< FMargin >& InAttribute |
The header padding | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & InitiallyCollapsed
(
bool InArg |
Whether or not the area is initially collapsed | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & MaxHeight
(
float InArg |
The maximum height of the area | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & MinWidth
(
float InArg |
The minimum width of the area | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & OnAreaExpansionChanged
(
const FOnBooleanValueChanged& InDelegate |
Called when the area is expanded or collapsed | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & Padding
(
const TAttribute< FMargin >& InAttribute |
The content padding | Widgets/Layout/SExpandableArea.h | |
WidgetArgsType & Style
(
const FExpandableAreaStyle* InArg |
Style used to draw this area | Widgets/Layout/SExpandableArea.h |