Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application > API/Runtime/SlateCore/Application/FSlateApplicationBase > API/Runtime/SlateCore/Application/FSlateApplicationBase/MakeWindowTitleBar
- FSlateApplicationBase::MakeWindowTitleBar()
- FSlateApplication::MakeWindowTitleBar()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include | #include "Application/SlateApplicationBase.h" |
TSharedRef< SWidget > MakeWindowTitleBar
&40;
const FWindowTitleBarArgs & InArgs,
TSharedPtr< IWindowTitleBar > & OutTitleBar
&41; const
Remarks
Creates a title bar for the specified window. The new title bar widget.
Parameters
| Name | Description |
|---|---|
| InArgs | The creation arguments for the titlebar |
| OutTitleBar | Will hold a pointer to the title bar's interface. |