B1WidgetMarkerTableRow
- Table row that defines a widget marker entry including its display name, color, icon, and whether it represents a karma-related marker.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayNameTextId | FString | String table key for the localized display name of this marker. | Category: B1WidgetMarkerTableRow StringTableKey: Id |
| ColorId | FName | ID referencing the color mapping entry used to tint this marker. | Category: B1WidgetMarkerTableRow Foreign: ColorMapping.Id |
| IconId | FName | ID referencing the texture asset used as this marker's icon. | Category: B1WidgetMarkerTableRow Foreign: B1Texture2D.Id |
| bIsKarmaIcon | bool | Whether this marker represents a karma-related indicator. | Category: B1WidgetMarkerTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |