![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateApplicationBase.h>
Public Member Functions | |
| FWindowTitleBarArgs (const TSharedRef< SWindow > &InWindow) | |
Public Attributes | |
| TSharedRef< SWindow > | Window |
| TSharedPtr< SWidget > | CenterContent |
| EHorizontalAlignment | CenterContentAlignment |
| TAttribute< FText > | CloseButtonToolTipText |
|
inline |
| TSharedPtr<SWidget> FWindowTitleBarArgs::CenterContent |
Optional content for the title bar's center (will override window title)
| EHorizontalAlignment FWindowTitleBarArgs::CenterContentAlignment |
The horizontal alignment of the center content.
| TAttribute<FText> FWindowTitleBarArgs::CloseButtonToolTipText |
The text for the tooltip that shows when the user hovers over the Close button.
| TSharedRef<SWindow> FWindowTitleBarArgs::Window |
The window to create the title bar for