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" |
TSharedRef< SWidget > MakeTitleBarContent
&40;
TSharedPtr< SWidget > CenterContent,
EHorizontalAlignment CenterContentAlignment
&41;
Remarks
Creates the title bar's content. The content widget.
Parameters
| Name | Description |
|---|---|
| CenterContent | The content for the title bar's center area. |
| CenterContentAlignment | The horizontal alignment of the center content. |