Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application > API/Runtime/SlateCore/Application/FSlateApplicationBase
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include | #include "Application/SlateApplicationBase.h" |
TSharedRef < SWidget > MakeWindowTitleBar
(
const FWindowTitleBarArgs & InArgs,
TSharedPtr < IWindowTitleBar > & OutTitleBar
) 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. |