B1VideoChatbotTableRow
- Table row defining a video chatbot, extending the base chatbot definition
* with a screen image, voice index, and per-language data table map.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ScreenImage | TSoftObjectPtr | Soft reference to the screen image displayed during video chat. | Category: B1VideoChatbotTableRow |
| VoiceIndex | int32 | Voice index used for this video chatbot. | Category: B1VideoChatbotTableRow |
| ChatbotDTMap | TMap | Map from language key to the chatbot data table path. | Category: B1VideoChatbotTableRow |
| 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 |