B1QualityTableRow
- Table row defining the quality configuration for an interaction, including market selling data, level quality references, and per-quality data.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MarketSellingDataId | FName | The market selling data ID linked to this quality row. | Category: B1QualityTableRow Foreign: MarketSelling.Id |
| NonMaxLevelQualityId | FName | The level quality configuration ID used when the character is not at max level. | Category: B1QualityTableRow Foreign: LevelQuality.Id |
| MaxLevelQualityId | FName | The level quality configuration ID used when the character is at max level. | Category: B1QualityTableRow Foreign: LevelQuality.Id |
| QualityDatas | TArray | The list of per-quality configuration data entries for this quality row. | Category: B1QualityTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |