Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FHeaderRowStyle : public FSlateWidgetStyle
Represents the appearance of an SHeaderRow
Name | Description | ||
---|---|---|---|
|
BackgroundBrush |
Brush used to draw the header row background |
|
|
ColumnSplitterStyle |
Style of the splitter used between the columns |
|
|
ColumnStyle |
Style of the normal header row columns |
|
|
ForegroundColor |
Color used to draw the header row foreground |
|
|
HorizontalSeparatorBrush |
Brush used to draw the splitter between the header and the contents below it |
|
|
float |
HorizontalSeparatorThickness |
|
|
LastColumnStyle |
Style of the last header row column |
|
|
float |
SplitterHandleSize |
Size of the splitter used between the columns |
Name | Description | |
---|---|---|
|
FHeaderRowStyle() |
Name | Description | |
---|---|---|
|
~FHeaderRowStyle() |
Name | Description | ||
---|---|---|---|
|
const FHeade... |
GetDefault() |
|
|
FHeaderRowSt... |
SetBackgroundBrush ( |
|
|
FHeaderRowSt... |
SetColumnSplitterStyle ( |
|
|
FHeaderRowSt... |
SetColumnStyle ( |
|
|
FHeaderRowSt... |
SetForegroundColor ( |
|
|
FHeaderRowSt... |
SetHorizontalSeparatorBrush ( |
|
|
FHeaderRowSt... |
SetHorizontalSeparatorThickness ( |
|
|
FHeaderRowSt... |
SetLastColumnStyle ( |
|
|
FHeaderRowSt... |
SetSplitterHandleSize ( |
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 |