UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FWindowTitleBarArgs Struct Reference

#include <SlateApplicationBase.h>

Public Member Functions

 FWindowTitleBarArgs (const TSharedRef< SWindow > &InWindow)
 

Public Attributes

TSharedRef< SWindowWindow
 
TSharedPtr< SWidgetCenterContent
 
EHorizontalAlignment CenterContentAlignment
 
TAttribute< FTextCloseButtonToolTipText
 

Constructor & Destructor Documentation

◆ FWindowTitleBarArgs()

FWindowTitleBarArgs::FWindowTitleBarArgs ( const TSharedRef< SWindow > &  InWindow)
inline

Member Data Documentation

◆ CenterContent

TSharedPtr<SWidget> FWindowTitleBarArgs::CenterContent

Optional content for the title bar's center (will override window title)

◆ CenterContentAlignment

EHorizontalAlignment FWindowTitleBarArgs::CenterContentAlignment

The horizontal alignment of the center content.

◆ CloseButtonToolTipText

TAttribute<FText> FWindowTitleBarArgs::CloseButtonToolTipText

The text for the tooltip that shows when the user hovers over the Close button.

◆ Window

TSharedRef<SWindow> FWindowTitleBarArgs::Window

The window to create the title bar for


The documentation for this struct was generated from the following file: