B1CatTalkTutorialTableRow
- Table row defining a cat talk tutorial chatbot, extending the base chatbot
* definition with a flat content list and a structured sub-topic list.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Content | TArray | Flat list of description entries for this tutorial chatbot. | Category: B1CatTalkTutorialTableRow |
| SubTopicList | TArray | Structured list of sub-topic tutorial entries for this chatbot. | Category: B1CatTalkTutorialTableRow |
| ChatbotNameTextId | FString | Localized chatbot display name text identifier. | Category: B1ChatbotTableRowBase StringTableKey: Id |
| ChatbotProfileImage | TSoftObjectPtr | Soft reference to the chatbot's profile image texture. | Category: B1ChatbotTableRowBase |
| ChatbotProfileMessageTextId | FString | Localized chatbot profile message text identifier. | Category: B1ChatbotTableRowBase |
| WebLinkMap | TMap | Map from link name to URL for web links displayed by this chatbot. | Category: B1ChatbotTableRowBase |
| bUseCatTranslator | bool | Whether this chatbot uses the cat translator feature. | Category: B1ChatbotTableRowBase |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |