unreal.TableRowStyle

class unreal.TableRowStyle(selector_focused_brush: SlateBrush = Ellipsis, active_hovered_brush: SlateBrush = Ellipsis, active_brush: SlateBrush = Ellipsis, inactive_hovered_brush: SlateBrush = Ellipsis, inactive_brush: SlateBrush = Ellipsis, use_parent_row_brush: bool = False, parent_row_background_brush: SlateBrush = Ellipsis, parent_row_background_hovered_brush: SlateBrush = Ellipsis, even_row_background_hovered_brush: SlateBrush = Ellipsis, even_row_background_brush: SlateBrush = Ellipsis, odd_row_background_hovered_brush: SlateBrush = Ellipsis, odd_row_background_brush: SlateBrush = Ellipsis, text_color: SlateColor = Ellipsis, selected_text_color: SlateColor = Ellipsis, drop_indicator_above: SlateBrush = Ellipsis, drop_indicator_onto: SlateBrush = Ellipsis, drop_indicator_below: SlateBrush = Ellipsis, active_highlighted_brush: SlateBrush = Ellipsis, inactive_highlighted_brush: SlateBrush = Ellipsis)

Bases: SlateWidgetStyle

Represents the appearance of an STableRow

C++ Source:

  • Module: SlateCore

  • File: SlateTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • active_brush (SlateBrush): [Read-Write] Brush used when a selected row is active

  • active_highlighted_brush (SlateBrush): [Read-Write] Brush used when a highlighted row is active

  • active_hovered_brush (SlateBrush): [Read-Write] Brush used when a selected row is active and hovered

  • drop_indicator_above (SlateBrush): [Read-Write] Brush used to provide feedback that a user can drop above the hovered row.

  • drop_indicator_below (SlateBrush): [Read-Write] Brush used to provide feedback that a user can drop below the hovered row.

  • drop_indicator_onto (SlateBrush): [Read-Write] Brush used to provide feedback that a user can drop onto the hovered row.

  • even_row_background_brush (SlateBrush): [Read-Write] Brush used when an even row is in its normal state

  • even_row_background_hovered_brush (SlateBrush): [Read-Write] Brush used when an even row is hovered

  • inactive_brush (SlateBrush): [Read-Write] Brush used when a selected row is inactive

  • inactive_highlighted_brush (SlateBrush): [Read-Write] Brush used when a highlighted row is inactive and hovered

  • inactive_hovered_brush (SlateBrush): [Read-Write] Brush used when a selected row is inactive and hovered

  • odd_row_background_brush (SlateBrush): [Read-Write] Brush to used when an odd row is in its normal state

  • odd_row_background_hovered_brush (SlateBrush): [Read-Write] Brush used when an odd row is hovered

  • parent_row_background_brush (SlateBrush): [Read-Write] Brush used for the top parent row

  • parent_row_background_hovered_brush (SlateBrush): [Read-Write] Brush used for the top parent row and row is hovered

  • selected_text_color (SlateColor): [Read-Write] Text color used for the selected row

  • selector_focused_brush (SlateBrush): [Read-Write] Brush used as a selector when a row is focused

  • text_color (SlateColor): [Read-Write] Text color used for all rows

  • use_parent_row_brush (bool): [Read-Write] If using parent row brushes

property active_brush: SlateBrush

[Read-Write] Brush used when a selected row is active

Type:

(SlateBrush)

property active_highlighted_brush: SlateBrush

[Read-Write] Brush used when a highlighted row is active

Type:

(SlateBrush)

property active_hovered_brush: SlateBrush

[Read-Write] Brush used when a selected row is active and hovered

Type:

(SlateBrush)

property drop_indicator_above: SlateBrush

[Read-Write] Brush used to provide feedback that a user can drop above the hovered row.

Type:

(SlateBrush)

property drop_indicator_below: SlateBrush

[Read-Write] Brush used to provide feedback that a user can drop below the hovered row.

Type:

(SlateBrush)

property drop_indicator_onto: SlateBrush

[Read-Write] Brush used to provide feedback that a user can drop onto the hovered row.

Type:

(SlateBrush)

property even_row_background_brush: SlateBrush

[Read-Write] Brush used when an even row is in its normal state

Type:

(SlateBrush)

property even_row_background_hovered_brush: SlateBrush

[Read-Write] Brush used when an even row is hovered

Type:

(SlateBrush)

property inactive_brush: SlateBrush

[Read-Write] Brush used when a selected row is inactive

Type:

(SlateBrush)

property inactive_highlighted_brush: SlateBrush

[Read-Write] Brush used when a highlighted row is inactive and hovered

Type:

(SlateBrush)

property inactive_hovered_brush: SlateBrush

[Read-Write] Brush used when a selected row is inactive and hovered

Type:

(SlateBrush)

property odd_row_background_brush: SlateBrush

[Read-Write] Brush to used when an odd row is in its normal state

Type:

(SlateBrush)

property odd_row_background_hovered_brush: SlateBrush

[Read-Write] Brush used when an odd row is hovered

Type:

(SlateBrush)

property parent_row_background_brush: SlateBrush

[Read-Write] Brush used for the top parent row

Type:

(SlateBrush)

property parent_row_background_hovered_brush: SlateBrush

[Read-Write] Brush used for the top parent row and row is hovered

Type:

(SlateBrush)

property selected_text_color: SlateColor

[Read-Write] Text color used for the selected row

Type:

(SlateColor)

property selector_focused_brush: SlateBrush

[Read-Write] Brush used as a selector when a row is focused

Type:

(SlateBrush)

property text_color: SlateColor

[Read-Write] Text color used for all rows

Type:

(SlateColor)

property use_parent_row_brush: bool

[Read-Write] If using parent row brushes

Type:

(bool)