![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FTableRowStyle:Static Public Member Functions | |
| static SLATECORE_API const FTableRowStyle & | GetDefault () |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an STableRow
| FTableRowStyle::FTableRowStyle | ( | ) |
|
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 |
|
inline |
|
inline |
Unlinks all colors in this style.
| FSlateBrush FTableRowStyle::ActiveBrush |
Brush used when a selected row is active
| FSlateBrush FTableRowStyle::ActiveHighlightedBrush |
Brush used when a highlighted row is active
| FSlateBrush FTableRowStyle::ActiveHoveredBrush |
Brush used when a selected row is active and hovered
| bool FTableRowStyle::bUseParentRowBrush |
If using parent row brushes
| FSlateBrush FTableRowStyle::DropIndicator_Above |
Brush used to provide feedback that a user can drop above the hovered row.
| FSlateBrush FTableRowStyle::DropIndicator_Below |
Brush used to provide feedback that a user can drop below the hovered row.
| FSlateBrush FTableRowStyle::DropIndicator_Onto |
Brush used to provide feedback that a user can drop onto the hovered row.
| FSlateBrush FTableRowStyle::EvenRowBackgroundBrush |
Brush used when an even row is in its normal state
| FSlateBrush FTableRowStyle::EvenRowBackgroundHoveredBrush |
Brush used when an even row is hovered
| FSlateBrush FTableRowStyle::InactiveBrush |
Brush used when a selected row is inactive
| FSlateBrush FTableRowStyle::InactiveHighlightedBrush |
Brush used when a highlighted row is inactive and hovered
| FSlateBrush FTableRowStyle::InactiveHoveredBrush |
Brush used when a selected row is inactive and hovered
| FSlateBrush FTableRowStyle::OddRowBackgroundBrush |
Brush to used when an odd row is in its normal state
| FSlateBrush FTableRowStyle::OddRowBackgroundHoveredBrush |
Brush used when an odd row is hovered
| FSlateBrush FTableRowStyle::ParentRowBackgroundBrush |
Brush used for the top parent row
| FSlateBrush FTableRowStyle::ParentRowBackgroundHoveredBrush |
Brush used for the top parent row and row is hovered
| FSlateColor FTableRowStyle::SelectedTextColor |
Text color used for the selected row
| FSlateBrush FTableRowStyle::SelectorFocusedBrush |
Brush used as a selector when a row is focused
| FSlateColor FTableRowStyle::TextColor |
Text color used for all rows
|
static |