B1MobileMessageTableRowBase
- Base data table row for mobile message entries, providing shared reward and condition ID fields.
* Extended by specific message row types such as FB1MobileMessageTableRow and FB1CustomMobileMessageTableRow.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MobileMessageRewardId | FName | ID referencing the reward table row to apply when this message is responded to. | Category: B1MobileMessageTableRowBase Foreign: MobileMessageReward.Id |
| ConditionId | FName | Condition ID that must be satisfied for this message to be eligible for sending. | Category: B1MobileMessageTableRowBase Foreign: Condition_MobileMessage.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |