Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FWindowStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
struct FWindowStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an SWindow
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | ActiveTitleBrush | Brush used to draw the window title area when the window is active | |
| FSlateBrush | BackgroundBrush | Brush used to draw the window background | |
| FSlateColor | BackgroundColor | Color used to draw the window background | |
| FSlateBrush | BorderBrush | Brush used to draw the window border | |
| FSlateColor | BorderColor | Color used to draw the window border | |
| FMargin | BorderPadding | Window corner rounding. | |
| FSlateBrush | ChildBackgroundBrush | Brush used to draw the background of child windows | |
| FButtonStyle | CloseButtonStyle | Style used to draw the window close button | |
| FSlateBrush | FlashTitleBrush | Brush used to draw the window title area when the window is flashing | |
| FSlateBrush | InactiveTitleBrush | Brush used to draw the window title area when the window is inactive | |
| FButtonStyle | MaximizeButtonStyle | Style used to draw the window maximize button | |
| FButtonStyle | MinimizeButtonStyle | Style used to draw the window minimize button | |
| FSlateBrush | OutlineBrush | Brush used to draw the window outline | |
| FSlateColor | OutlineColor | Color used to draw the window outline | |
| FButtonStyle | RestoreButtonStyle | Style used to draw the window restore button | |
| FTextBlockStyle | TitleTextStyle | Style used to draw the window title text | |
| int32 | WindowCornerRadius | Window corner rounding. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWindowStyle () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
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. |
Constants
| Name | Description |
|---|---|
| TypeName |