B1ColorTableRow
- Table row storing a hex color string and its computed linear color value for use in the UI color system.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ColorString | FString | Hex color string (e.g., "FF0000FF") used to define the color. | Category: B1ColorTableRow |
| VisibleColor | FLinearColor | Computed linear color value derived from ColorString; updated automatically on load and edit. | Category: B1ColorTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |