B1CatTalkMenuUITableRow
- Table row defining a cat talk menu UI entry, including the group name text ID,
* build world data flag, and list of chatbot IDs.
| Property | Type | Description | Metadata |
|---|---|---|---|
| GroupNameTextId | FString | Localized group name text identifier for this menu entry. | Category: B1CatTalkMenuUITableRow StringTableKey: Id |
| bIsBuildWorldData | bool | Whether this menu entry is associated with build-world data. | Category: B1CatTalkMenuUITableRow |
| ChatbotIdList | TArray | List of chatbot IDs included in this menu group. | Category: B1CatTalkMenuUITableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |