Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FDockTabStyle : public FSlateWidgetStyle
Represents the appearance of an SDockTab
Name | Description | ||
---|---|---|---|
|
ActiveForegroundColor |
Foreground Color when Active |
|
|
CloseButtonStyle |
Style used for the close button |
|
|
ColorOverlayIconBrush |
Brush used to overlay a given color onto this tab |
|
|
ColorOverlayTabBrush |
Brush used to overlay a given color onto this tab |
|
|
ContentAreaBrush |
Brush used by the SDockingTabStack to draw the content associated with this tab; Documents, Apps, and Tool Panels have different backgrounds |
|
|
FlashColor |
Color used when flashing this tab |
|
|
ForegroundBrush |
Brush used when this tab is in the foreground |
|
|
ForegroundForegroundColor |
Foreground Color when this tab is the Foreground tab |
|
|
HoveredBrush |
Brush used when this tab is hovered over |
|
|
HoveredForegroundColor |
Foreground Color when hovered |
|
|
float |
IconBorderPadding |
The padding applied to the border around the tab icon |
|
IconSize |
Icon size for icons in this tab |
|
|
NormalBrush |
Brush used when this tab is in its normal state |
|
|
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 |
|
TabPadding |
Padding used around this tab |
|
|
TabTextStyle |
Tab Text Style |
|
|
TabWellBrush |
Brush used by the SDockingTabStack to draw the content associated with this tab; Documents, Apps, and Tool Panels have different backgrounds |
Name | Description | |
---|---|---|
|
FDockTabStyle() |
Name | Description | |
---|---|---|
|
~FDockTabStyle() |
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 |