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