B1CustomMobileMessagePoolTableRow
- Data table row defining a pool of custom mobile messages that share a common cooldown.
* Groups multiple custom message IDs so they can be randomly selected from the pool.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CustomMobileMessageIds | TArray | Array of custom mobile message IDs belonging to this pool. | Category: B1CustomMobileMessagePoolTableRow Foreign: CustomMobileMessage.Id |
| CooltimeMinute | int64 | Minimum cooldown in in-game minutes before another message from this pool can be sent. | Category: B1CustomMobileMessagePoolTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |