Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FTableColumnHeaderStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
struct FTableColumnHeaderStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an STableColumnHeader
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | HoveredBrush | Brush used to draw the header in its hovered state | |
| FSlateBrush | MenuDropdownHoveredBorderBrush | Brush used to draw the menu drop-down border in its hovered state | |
| FSlateBrush | MenuDropdownImage | Image used for the menu drop-down button | |
| FSlateBrush | MenuDropdownNormalBorderBrush | Brush used to draw the menu drop-down border in its normal state | |
| FSlateBrush | NormalBrush | Brush used to draw the header in its normal state | |
| FSlateBrush | SortPrimaryAscendingImage | Image used when a column is primarily sorted in ascending order | |
| FSlateBrush | SortPrimaryDescendingImage | Image used when a column is primarily sorted in descending order | |
| FSlateBrush | SortSecondaryAscendingImage | Image used when a column is secondarily sorted in ascending order | |
| FSlateBrush | SortSecondaryDescendingImage | Image used when a column is secondarily sorted in descending order |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FTableColumnHeaderStyle & | GetDefault () |
||
| FTableColumnHeaderStyle & | SetHoveredBrush
(
const FSlateBrush& InHoveredBrush |
||
| FTableColumnHeaderStyle & | SetMenuDropdownHoveredBorderBrush
(
const FSlateBrush& InMenuDropdownHoveredBorderBrush |
||
| FTableColumnHeaderStyle & | SetMenuDropdownImage
(
const FSlateBrush& InMenuDropdownImage |
||
| FTableColumnHeaderStyle & | SetMenuDropdownNormalBorderBrush
(
const FSlateBrush& InMenuDropdownNormalBorderBrush |
||
| FTableColumnHeaderStyle & | SetNormalBrush
(
const FSlateBrush& InNormalBrush |
||
| FTableColumnHeaderStyle & | SetSortPrimaryAscendingImage
(
const FSlateBrush& InSortPrimaryAscendingImage |
||
| FTableColumnHeaderStyle & | SetSortPrimaryDescendingImage
(
const FSlateBrush& InSortPrimaryDescendingImage |
||
| FTableColumnHeaderStyle & | SetSortSecondaryAscendingImage
(
const FSlateBrush& InSortSecondaryAscendingImage |
||
| FTableColumnHeaderStyle & | SetSortSecondaryDescendingImage
(
const FSlateBrush& InSortSecondaryDescendingImage |
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 |