Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FHeaderRowStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
USTRUCT ()
struct FHeaderRowStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an SHeaderRow
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | BackgroundBrush | Brush used to draw the header row background | |
| FSplitterStyle | ColumnSplitterStyle | Style of the splitter used between the columns | |
| FTableColumnHeaderStyle | ColumnStyle | Style of the normal header row columns | |
| FSlateColor | ForegroundColor | Color used to draw the header row foreground | |
| FSlateBrush | HorizontalSeparatorBrush | Brush used to draw the splitter between the header and the contents below it | |
| float | HorizontalSeparatorThickness | ||
| FTableColumnHeaderStyle | LastColumnStyle | Style of the last header row column | |
| float | SplitterHandleSize | Size of the splitter used between the columns |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FHeaderRowStyle & | GetDefault () |
||
| FHeaderRowStyle & | SetBackgroundBrush
(
const FSlateBrush& InBackgroundBrush |
||
| FHeaderRowStyle & | SetColumnSplitterStyle
(
const FSplitterStyle& InColumnSplitterStyle |
||
| FHeaderRowStyle & | SetColumnStyle
(
const FTableColumnHeaderStyle& InColumnStyle |
||
| FHeaderRowStyle & | SetForegroundColor
(
const FSlateColor& InForegroundColor |
||
| FHeaderRowStyle & | SetHorizontalSeparatorBrush
(
const FSlateBrush& InHorizontalSeparatorBrush |
||
| FHeaderRowStyle & | SetHorizontalSeparatorThickness
(
const float InHorizontalSeparatorThickness |
||
| FHeaderRowStyle & | SetLastColumnStyle
(
const FTableColumnHeaderStyle& InLastColumnStyle |
||
| FHeaderRowStyle & | SetSplitterHandleSize
(
const float InSplitterHandleSize |
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 |