Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FDockTabStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
struct FDockTabStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an SDockTab
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateColor | ActiveForegroundColor | Foreground Color when Active | |
| FButtonStyle | CloseButtonStyle | Style used for the close button | |
| FSlateBrush | ColorOverlayIconBrush | Brush used to overlay a given color onto this tab | |
| FSlateBrush | ColorOverlayTabBrush | Brush used to overlay a given color onto this tab | |
| FSlateBrush | ContentAreaBrush | Brush used by the SDockingTabStack to draw the content associated with this tab; Documents, Apps, and Tool Panels have different backgrounds | |
| FSlateColor | FlashColor | Color used when flashing this tab | |
| FSlateBrush | ForegroundBrush | Brush used when this tab is in the foreground | |
| FSlateColor | ForegroundForegroundColor | Foreground Color when this tab is the Foreground tab | |
| FSlateBrush | HoveredBrush | Brush used when this tab is hovered over | |
| FSlateColor | HoveredForegroundColor | Foreground Color when hovered | |
| float | IconBorderPadding | The padding applied to the border around the tab icon | |
| FDeprecateSlateVector2D | IconSize | Icon size for icons in this tab | |
| FSlateBrush | NormalBrush | Brush used when this tab is in its normal state | |
| FSlateColor | NormalForegroundColor | Foreground Color when the tab is not hovered, pressed, active or in the foreground | |
| float | OverlapWidth | The width that this tab will overlap with side-by-side tabs | |
| FMargin | TabPadding | Padding used around this tab | |
| FTextBlockStyle | TabTextStyle | Tab Text Style | |
| FSlateBrush | TabWellBrush | Brush used by the SDockingTabStack to draw the content associated with this tab; Documents, Apps, and Tool Panels have different backgrounds |
Constructors
| Type | Name | Description | |
|---|---|---|---|
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 |