Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include | #include "Application/SlateApplicationBase.h" |
Syntax
struct FWindowTitleBarArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | CenterContent | Optional content for the title bar's center (will override window title) | |
| EHorizontalAlignment | CenterContentAlignment | The horizontal alignment of the center content. | |
| TSharedRef< SWindow > | Window | The window to create the title bar for |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWindowTitleBarArgs
(
const TSharedRef< SWindow >& InWindow |