![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FWindowStyle:Static Public Member Functions | |
| static SLATECORE_API const FWindowStyle & | GetDefault () |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SWindow
| FWindowStyle::FWindowStyle | ( | ) |
|
default |
|
virtualdefault |
|
static |
|
overridevirtual |
Gets the brush resources associated with this style.
This method must be implemented by inherited structures.
| OutBrushes | The brush resources. |
Reimplemented from FSlateWidgetStyle.
Gets the name of this style.
This method must be implemented by inherited structures.
Reimplemented from FSlateWidgetStyle.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| FSlateBrush FWindowStyle::ActiveTitleBrush |
Brush used to draw the window title area when the window is active
| FSlateBrush FWindowStyle::BackgroundBrush |
Brush used to draw the window background
| FSlateColor FWindowStyle::BackgroundColor |
Color used to draw the window background
| FSlateBrush FWindowStyle::BorderBrush |
Brush used to draw the window border
| FSlateColor FWindowStyle::BorderColor |
Color used to draw the window border
| FMargin FWindowStyle::BorderPadding |
Window corner rounding. If this value is <= 0 no rounding will occur. Used for regular, non-maximized windows only (not tool-tips or decorators.)
| FSlateBrush FWindowStyle::ChildBackgroundBrush |
Brush used to draw the background of child windows
| FButtonStyle FWindowStyle::CloseButtonStyle |
Style used to draw the window close button
| FButtonStyle FWindowStyle::EnterFullscreenButtonStyle |
Style used to draw the enter fullscreen button
| FButtonStyle FWindowStyle::ExitFullscreenButtonStyle |
Style used to draw the exit fullscreen button
| FSlateBrush FWindowStyle::FlashTitleBrush |
Brush used to draw the window title area when the window is flashing
| FSlateBrush FWindowStyle::InactiveTitleBrush |
Brush used to draw the window title area when the window is inactive
| FButtonStyle FWindowStyle::MaximizeButtonStyle |
Style used to draw the window maximize button
| FButtonStyle FWindowStyle::MinimizeButtonStyle |
Style used to draw the window minimize button
| FSlateBrush FWindowStyle::OutlineBrush |
Brush used to draw the window outline
| FSlateColor FWindowStyle::OutlineColor |
Color used to draw the window outline
| FButtonStyle FWindowStyle::RestoreButtonStyle |
Style used to draw the window restore button
| FTextBlockStyle FWindowStyle::TitleTextStyle |
Style used to draw the window title text
|
static |
| int32 FWindowStyle::WindowCornerRadius |
Window corner rounding. If this value is <= 0 no rounding will occur. Used for regular, non-maximized windows only (not tool-tips or decorators.)