B1ChoiceCardTableRow
- Table row defining a single choice card, including its type, display texts, color,
* audio, and separate positive and negative answer sets with their conditions.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ChoiceCardType | EB1ChoiceCardType | Classification type of this choice card (e.g., Common). | Category: B1ChoiceCardTableRow |
| DefaultSelect | EB1ChoiceCardDefaultSelect | Auto-select direction used when the player does not respond before the timeout. Does not affect manual selection. | Category: B1ChoiceCardTableRow |
| ConditionId | FName | Condition ID that must be satisfied for this card to be presented. | Category: B1ChoiceCardTableRow Foreign: Condition_ChoiceCard.Id |
| TitleStrId | FString | Localized title text identifier displayed on this choice card. | Category: B1ChoiceCardTableRow |
| MessageStrId | FString | Localized message text identifier displayed on this choice card. | Category: B1ChoiceCardTableRow |
| ColorId | FName | Color mapping ID used to style this choice card. | Category: B1ChoiceCardTableRow Foreign: ColorMapping.Id |
| AudioId | FName | Audio resource ID played when this choice card is presented. | Category: B1ChoiceCardTableRow Foreign: AudioResources.Id |
| PositiveAnswerConditionId | FName | Condition ID required for the positive answer section to be shown. | Category: B1ChoiceCardTableRow Foreign: Condition_ChoiceCard.Id |
| PositiveAnswerStrId | FString | Localized text identifier for the positive answer section header. | Category: B1ChoiceCardTableRow |
| PositiveChoiceCardAnswers | TArray | List of answer options available in the positive answer section. | Category: B1ChoiceCardTableRow |
| NegativeAnswerConditionId | FName | Condition ID required for the negative answer section to be shown. | Category: B1ChoiceCardTableRow Foreign: Condition_ChoiceCard.Id |
| NegativeTitleStrId | FString | Localized title text identifier for the negative answer section. | Category: B1ChoiceCardTableRow |
| NegativeChoiceCardAnswers | TArray | List of answer options available in the negative answer section. | Category: B1ChoiceCardTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |