Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FTableRowStyle : public FSlateWidgetStyle
Represents the appearance of an STableRow
Name | Description | ||
---|---|---|---|
|
ActiveBrush |
Brush used when a selected row is active |
|
|
ActiveHighlightedBrush |
Brush used when a highlighted row is active |
|
|
ActiveHoveredBrush |
Brush used when a selected row is active and hovered |
|
|
bUseParentRowBrush |
If using parent row brushes |
|
|
DropIndicator_Above |
Brush used to provide feedback that a user can drop above the hovered row. |
|
|
DropIndicator_Below |
Brush used to provide feedback that a user can drop below the hovered row. |
|
|
DropIndicator_Onto |
Brush used to provide feedback that a user can drop onto the hovered row. |
|
|
EvenRowBackgroundBrush |
Brush used when an even row is in its normal state |
|
|
EvenRowBackgroundHoveredBrush |
Brush used when an even row is hovered |
|
|
InactiveBrush |
Brush used when a selected row is inactive |
|
|
InactiveHighlightedBrush |
Brush used when a highlighted row is inactive and hovered |
|
|
InactiveHoveredBrush |
Brush used when a selected row is inactive and hovered |
|
|
OddRowBackgroundBrush |
Brush to used when an odd row is in its normal state |
|
|
OddRowBackgroundHoveredBrush |
Brush used when an odd row is hovered |
|
|
ParentRowBackgroundBrush |
Brush used for the top parent row |
|
|
ParentRowBackgroundHoveredBrush |
Brush used for the top parent row and row is hovered |
|
|
SelectedTextColor |
Text color used for the selected row |
|
|
SelectorFocusedBrush |
Brush used as a selector when a row is focused |
|
|
TextColor |
Text color used for all rows |
Name | Description | |
---|---|---|
|
FTableRowStyle() |
Name | Description | |
---|---|---|
|
~FTableRowStyle() |
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 |