Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SWindowTitleBarArea
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SWindowTitleBarArea::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWindowTitleBarArea.h |
| Include | #include "Widgets/Layout/SWindowTitleBarArea.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SWindowTitleBarArea >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NamedSlotProperty< FArguments > | Content () |
The widget content presented by the SWindowTitleBarArea | |
| WidgetArgsType & | HAlign
(
EHorizontalAlignment InArg |
Horizontal alignment of content in the area allotted to the SWindowTitleBarArea by its parent | |
| WidgetArgsType & | Padding
(
const TAttribute< FMargin >& InAttribute |
Padding between the SWindowTitleBarArea and the content that it presents. | |
| WidgetArgsType & | RequestToggleFullscreen
(
const FSimpleDelegate& InDelegate |
Called when the maximize/restore button or double click needs to toggle fullscreen. | |
| WidgetArgsType & | VAlign
(
EVerticalAlignment InArg |
Vertical alignment of content in the area allotted to the SWindowTitleBarArea by its parent |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |