Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
- FSlateApplicationBase::MakeWindowTitleBar()
- FSlateApplication::MakeWindowTitleBar()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
virtual 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. |