B1AppointmentData
- Runtime data for a scheduled appointment associated with a mobile message.
* Stores the agreed meeting site and time window selected during the appointment message flow.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SiteId | FName | ID of the site where the appointment meeting will take place. | |
| StartTime | uint32 | In-game start time of the appointment in HHmm format. | |
| EndTime | uint32 | In-game end time of the appointment in HHmm format. | |
| SiteText | FText | Localized display text for the meeting site name. | |
| StartTimeText | FText | Localized display text for the appointment start time. |