B1ActivityFeedTableRow
- A table row defining an activity feed entry, including its trigger type,
* category, icon, portrait settings, description text, and optional button.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Trigger | EB1ActivityFeedTrigger | Trigger condition that causes this feed entry to appear. | Category: B1ActivityFeedTableRow |
| Category | FName | Category ID grouping this feed entry. | Category: B1ActivityFeedTableRow Foreign: ActivityFeedCategory.Id |
| Type | EB1ActivityFeedType | Display type for this feed entry. | Category: B1ActivityFeedTableRow |
| IconId | FName | Texture icon ID displayed alongside this feed entry. | Category: B1ActivityFeedTableRow Foreign: B1Texture2D.Id |
| TitleTextId | FString | String table key for the localized title text. | Category: B1ActivityFeedTableRow StringTableKey: Id |
| DescriptionTextId | FString | String table key for the localized description text. | Category: B1ActivityFeedTableRow StringTableKey: Id |
| SpeechBubbleTextId | FString | String table key for the speech bubble text. | Category: B1ActivityFeedTableRow StringTableKey: Id |
| ButtonId | FName | Button ID to display on this feed entry. | Category: B1ActivityFeedTableRow Foreign: ActivityFeedButton.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |