B1BusinessReviewFactorTableRow
- Table row defining a single business review evaluation factor, including its type,
* positive/negative icons, inner thought icon IDs, localized text, and review dialogue lines.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ReviewFactorType | EB1BusinessReviewFactorType | Review factor type | Category: B1BusinessReviewFactorTableRow |
| PositiveIcon | TSoftObjectPtr | Positive icon shown when the score increases (+) | Category: B1BusinessReviewFactorTableRow |
| PositiveInnerThoughtIconId | FName | Inner thought icon ID shown for a positive review of this factor. | Category: B1BusinessReviewFactorTableRow Foreign: InnerThoughtIcon.Id |
| NegativeIcon | TSoftObjectPtr | Negative icon shown when the score decreases (-) | Category: B1BusinessReviewFactorTableRow |
| NegativeInnerThoughtIconId | FName | Inner thought icon ID shown for a negative review of this factor. | Category: B1BusinessReviewFactorTableRow Foreign: InnerThoughtIcon.Id |
| NameTextId | FString | Review factor name (L10N Key) | Category: B1BusinessReviewFactorTableRow |
| DescriptionTextId | FString | Review factor description (L10N Key) | Category: B1BusinessReviewFactorTableRow |
| PositiveReviewTextIds | TArray | List of lines a customer may say for a positive review (L10N Key, 4~5 entries recommended) | Category: B1BusinessReviewFactorTableRow |
| NegativeReviewTextIds | TArray | List of lines a customer may say for a negative review (L10N Key, 4~5 entries recommended) | Category: B1BusinessReviewFactorTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |