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