unreal.TableViewStyle

class unreal.TableViewStyle(background_brush: SlateBrush = Ellipsis)

Bases: SlateWidgetStyle

Represents the appearance of an STableView

C++ Source:

  • Module: SlateCore

  • File: SlateTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

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

property background_brush: SlateBrush

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

Type:

(SlateBrush)