B1ChatbotTableRowBase
- Base table row for chatbot entries, defining common chatbot properties such as
* name, profile image, profile message, web links, and cat translator flag.
| Property | Type | Description | Metadata |
|---|---|---|---|
| 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 |