Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FWindowStyle : public FSlateWidgetStyle
Represents the appearance of an SWindow
Name | Description | ||
---|---|---|---|
|
ActiveTitleBrush |
Brush used to draw the window title area when the window is active |
|
|
BackgroundBrush |
Brush used to draw the window background |
|
|
BackgroundColor |
Color used to draw the window background |
|
|
BorderBrush |
Brush used to draw the window border |
|
|
BorderColor |
Color used to draw the window border |
|
|
BorderPadding |
Window corner rounding. |
|
|
ChildBackgroundBrush |
Brush used to draw the background of child windows |
|
|
CloseButtonStyle |
Style used to draw the window close button |
|
|
FlashTitleBrush |
Brush used to draw the window title area when the window is flashing |
|
|
InactiveTitleBrush |
Brush used to draw the window title area when the window is inactive |
|
|
MaximizeButtonStyle |
Style used to draw the window maximize button |
|
|
MinimizeButtonStyle |
Style used to draw the window minimize button |
|
|
OutlineBrush |
Brush used to draw the window outline |
|
|
OutlineColor |
Color used to draw the window outline |
|
|
RestoreButtonStyle |
Style used to draw the window restore button |
|
|
TitleTextStyle |
Style used to draw the window title text |
|
|
WindowCornerRadius |
Window corner rounding. |
Name | Description | |
---|---|---|
|
FWindowStyle() |
Name | Description | |
---|---|---|
|
~FWindowStyle() |
Name | Description | ||
---|---|---|---|
|
GetResources ( |
Gets the brush resources associated with this style. |
|
|
const FName |
GetTypeName() |
Gets the name of this style. This method must be implemented by inherited structures. |
Name |
Description |
---|---|
TypeName |