BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'TableRowStyle' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Table Row Style |
Outputs
Type | Name | Description |
---|---|---|
struct | Selector Focused Brush | Brush used as a selector when a row is focused |
struct | Active Hovered Brush | Brush used when a selected row is active and hovered |
struct | Active Brush | Brush used when a selected row is active |
struct | Inactive Hovered Brush | Brush used when a selected row is inactive and hovered |
struct | Inactive Brush | Brush used when a selected row is inactive |
boolean | Use Parent Row Brush | If using parent row brushes |
struct | Parent Row Background Brush | Brush used for the top parent row |
struct | Parent Row Background Hovered Brush | Brush used for the top parent row and row is hovered |
struct | Even Row Background Hovered Brush | Brush used when an even row is hovered |
struct | Even Row Background Brush | Brush used when an even row is in its normal state |
struct | Odd Row Background Hovered Brush | Brush used when an odd row is hovered |
struct | Odd Row Background Brush | Brush to used when an odd row is in its normal state |
struct | Text Color | Text color used for all rows |
struct | Selected Text Color | Text color used for the selected row |
struct | Drop Indicator Above | Brush used to provide feedback that a user can drop above the hovered row. |
struct | Drop Indicator Onto | Brush used to provide feedback that a user can drop onto the hovered row. |
struct | Drop Indicator Below | Brush used to provide feedback that a user can drop below the hovered row. |
struct | Active Highlighted Brush | Brush used when a highlighted row is active |
struct | Inactive Highlighted Brush | Brush used when a highlighted row is inactive and hovered |