Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FWindowTitleBarArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include Path | #include "Application/SlateApplicationBase.h" |
Syntax
struct FWindowTitleBarArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWindowTitleBarArgs
(
const TSharedRef< SWindow >& InWindow |
Application/SlateApplicationBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CenterContent | TSharedPtr< SWidget > | Optional content for the title bar's center (will override window title) | Application/SlateApplicationBase.h | |
| CenterContentAlignment | EHorizontalAlignment | The horizontal alignment of the center content. | Application/SlateApplicationBase.h | |
| CloseButtonToolTipText | TAttribute< FText > | The text for the tooltip that shows when the user hovers over the Close button. | Application/SlateApplicationBase.h | |
| Window | TSharedRef< SWindow > | The window to create the title bar for | Application/SlateApplicationBase.h |