B1FreeChatbotTableRow
- Table row defining a free-chat chatbot, extending the base chatbot definition
* with a list of language-specific data table infos.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ChatbotDTInfoList | TArray | List of language-specific chatbot data table info entries. | Category: B1FreeChatbotTableRow |
| 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 |