Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FTableRowStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FTableRowStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an STableRow
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | ActiveBrush | Brush used when a selected row is active | |
| FSlateBrush | ActiveHighlightedBrush | Brush used when a highlighted row is active | |
| FSlateBrush | ActiveHoveredBrush | Brush used when a selected row is active and hovered | |
| bool | bUseParentRowBrush | If using parent row brushes | |
| FSlateBrush | DropIndicator_Above | Brush used to provide feedback that a user can drop above the hovered row. | |
| FSlateBrush | DropIndicator_Below | Brush used to provide feedback that a user can drop below the hovered row. | |
| FSlateBrush | DropIndicator_Onto | Brush used to provide feedback that a user can drop onto the hovered row. | |
| FSlateBrush | EvenRowBackgroundBrush | Brush used when an even row is in its normal state | |
| FSlateBrush | EvenRowBackgroundHoveredBrush | Brush used when an even row is hovered | |
| FSlateBrush | InactiveBrush | Brush used when a selected row is inactive | |
| FSlateBrush | InactiveHighlightedBrush | Brush used when a highlighted row is inactive and hovered | |
| FSlateBrush | InactiveHoveredBrush | Brush used when a selected row is inactive and hovered | |
| FSlateBrush | OddRowBackgroundBrush | Brush to used when an odd row is in its normal state | |
| FSlateBrush | OddRowBackgroundHoveredBrush | Brush used when an odd row is hovered | |
| FSlateBrush | ParentRowBackgroundBrush | Brush used for the top parent row | |
| FSlateBrush | ParentRowBackgroundHoveredBrush | Brush used for the top parent row and row is hovered | |
| FSlateColor | SelectedTextColor | Text color used for the selected row | |
| FSlateBrush | SelectorFocusedBrush | Brush used as a selector when a row is focused | |
| FSlateColor | TextColor | Text color used for all rows |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
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 |