Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/SWindowTitleBar
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/SWindowTitleBar.h |
| Include | #include "Framework/Application/SWindowTitleBar.h" |
void Construct
&40;
const FArguments & InArgs,
const TSharedRef< SWindow > & InWindow,
const TSharedPtr< SWidget > & InCenterContent,
EHorizontalAlignment InCenterContentAlignment
&41;
Remarks
Creates and initializes a new window title bar widget.
Parameters
| Name | Description |
|---|---|
| InArgs | The construction arguments. |
| InWindow | The window to create the title bar for. |
| InCenterContent | The content for the title bar's center area. |
| CenterContentAlignment | The horizontal alignment of the center content. |