Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application > API/Runtime/SlateCore/Application/FSlateApplicationBase
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | MakeWindowTitleBar
(
const FWindowTitleBarArgs& InArgs, |
Creates a title bar for the specified window. | |
| TSharedRef< SWidget > | MakeWindowTitleBar
(
const TSharedRef< SWindow >& Window, |
This version of MakeWindowTitleBar has been deprecated. Use the version that takes in an FWindowTitleBarArgs parameter instead. |