Choose your operating system:
Windows
macOS
Linux
| FSlateApplicationBase::MakeWindowTitleBar()
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
Include |
#include "Application/SlateApplicationBase.h" |
TSharedRef< SWidget > MakeWindowTitleBar
(
const FWindowTitleBarArgs & InArgs,
TSharedPtr< IWindowTitleBar > & OutTitleBar
) const
Creates a title bar for the specified window.
The new title bar widget.
Parameter |
Description |
---|---|
InArgs |
The creation arguments for the titlebar |
OutTitleBar |
Will hold a pointer to the title bar's interface. |