B1ServiceTableRow
- DataTable row defining a service's static configuration, including roles, visit type, and UI text references.
* Consumed by selection and execution systems to drive the service pipeline at runtime.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ServiceRoleInfos | TArray | The list of role slots required for this service to operate. | Category: B1ServiceTableRow |
| VisitType | EB1ServiceVisitType | The visit type that determines how this service is triggered. | Category: B1ServiceTableRow |
| GroupId | FName | The group ID used to categorize this service with related services. | Category: B1ServiceTableRow |
| bKeepPushingSchedule | bool | Whether this service keeps pushing its schedule even after finishing. | Category: B1ServiceTableRow |
| PersistentScheduleFinishConditions | TArray | Conditions that must remain true for the persistent schedule to finish. | Category: B1ServiceTableRow |
| VehicleMeshDescriptionTagId | FName | The mesh spawn tag ID describing the vehicle used by this service. | Category: B1ServiceTableRow Foreign: MeshSpawnTag.Id |
| PendingPopupTextId | FString | The text ID shown in the popup when the service request is pending. | Category: B1ServiceTableRow Foreign: Text_Message.Id |
| AddingPopupTextId | FString | The text ID shown in the popup when the service is added to the queue. | Category: B1ServiceTableRow Foreign: Text_Message.Id |
| SuccessPopupTextId | FString | The text ID shown in the popup when the service completes successfully. | Category: B1ServiceTableRow Foreign: Text_Message.Id |
| FailurePopupTextId | FString | The text ID shown in the popup when the service fails. | Category: B1ServiceTableRow Foreign: Text_Message.Id |
| TimeOutPopupTextId | FString | The text ID shown in the popup when the service times out. | Category: B1ServiceTableRow Foreign: Text_Message.Id |
| FinishPopupTextId | FString | The text ID shown in the popup when the service finishes. | Category: B1ServiceTableRow Foreign: Text_Message.Id |
| AvailableCities | TArray | The list of city IDs where this service is available. | Category: B1ServiceTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |