![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FDockTabStyle:Static Public Member Functions | |
| static SLATECORE_API const FDockTabStyle & | GetDefault () |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SDockTab
| FDockTabStyle::FDockTabStyle | ( | ) |
|
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 |
| FSlateColor FDockTabStyle::ActiveForegroundColor |
Foreground Color when Active
| FButtonStyle FDockTabStyle::CloseButtonStyle |
Style used for the close button
| FSlateBrush FDockTabStyle::ColorOverlayIconBrush |
Brush used to overlay a given color onto this tab
| FSlateBrush FDockTabStyle::ColorOverlayTabBrush |
Brush used to overlay a given color onto this tab
| FSlateBrush FDockTabStyle::ContentAreaBrush |
Brush used by the SDockingTabStack to draw the content associated with this tab; Documents, Apps, and Tool Panels have different backgrounds
| FSlateColor FDockTabStyle::FlashColor |
Color used when flashing this tab
| FSlateBrush FDockTabStyle::ForegroundBrush |
Brush used when this tab is in the foreground
| FSlateColor FDockTabStyle::ForegroundForegroundColor |
Foreground Color when this tab is the Foreground tab
| FSlateBrush FDockTabStyle::HoveredBrush |
Brush used when this tab is hovered over
| FSlateColor FDockTabStyle::HoveredForegroundColor |
Foreground Color when hovered
| float FDockTabStyle::IconBorderPadding |
The padding applied to the border around the tab icon
| FDeprecateSlateVector2D FDockTabStyle::IconSize |
Icon size for icons in this tab
| FSlateBrush FDockTabStyle::NormalBrush |
Brush used when this tab is in its normal state
| FSlateColor FDockTabStyle::NormalForegroundColor |
Foreground Color when the tab is not hovered, pressed, active or in the foreground
| float FDockTabStyle::OverlapWidth |
The width that this tab will overlap with side-by-side tabs
| FMargin FDockTabStyle::TabPadding |
Padding used around this tab
| FTextBlockStyle FDockTabStyle::TabTextStyle |
Tab Text Style
| FSlateBrush FDockTabStyle::TabWellBrush |
Brush used by the SDockingTabStack to draw the content associated with this tab; Documents, Apps, and Tool Panels have different backgrounds
|
static |