B1AmbitionTableRow
- A table row defining an ambition, including display data, icon, background,
* color mapping, and the list of ambition item IDs.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayTextId | FString | String table key for the localized ambition display name. | Category: Display StringTableKey: Id |
| DescTextId | FString | String table key for the localized ambition description. | Category: Display StringTableKey: Id |
| MottoTextId | FString | String table key for the ambition's motto text. | Category: Display |
| JoyCardPopupTextId | FString | String table key for the joy card popup text. | Category: Display |
| CompletePopupTextId | FString | String table key for the popup text shown on full ambition completion. | Category: Display |
| Icon | TSoftObjectPtr | Icon texture for this ambition. | Category: Display |
| Bg | TSoftObjectPtr | Background texture for this ambition. | Category: Display |
| ColorId | FName | Color mapping ID used for this ambition's theme color. | Category: Display Foreign: ColorMapping.Id |
| AmbitionItemIds | TArray | List of ambition item IDs belonging to this ambition. | Category: Display Foreign: AmbitionItem.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |