B1ChoiceCardAnswer
- Defines a single answer option within a choice card, including its display texts,
* condition, finish scripts, selection ratio, and associated color.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FString | Key identifying this answer within its choice card list. | Category: B1ChoiceCardAnswer |
| TitleStrId | FString | Localized title text identifier for this answer option. | Category: B1ChoiceCardAnswer |
| ResultStrId | FString | Localized result text identifier shown after selecting this answer. | Category: B1ChoiceCardAnswer |
| AnswerStrId | FString | Localized answer text identifier displayed on the choice button. | Category: B1ChoiceCardAnswer |
| ConditionId | FName | Condition ID that must be met for this answer to be available. | Category: B1ChoiceCardAnswer Foreign: Condition_ChoiceCard.Id |
| FinishScriptIds | TArray | Script IDs executed when this answer is selected and the card finishes. | Category: B1ChoiceCardAnswer Foreign: Script_ChoiceCard.Id |
| Ratio | int32 | Relative selection weight ratio for this answer option. | Category: B1ChoiceCardAnswer ClampMin: 0 |
| ColorId | FName | Color mapping ID used to style this answer option. | Category: B1ChoiceCardAnswer Foreign: ColorMapping.Id |