B1VehicleTableRow
- Table row defining a purchasable vehicle, including its type, display info, assets, price, and available colors.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Type | EB1VehicleType | The type of vehicle (car, motorcycle, ship, or bicycle). | Category: B1VehicleTableRow |
| DisplayNameTextId | FString | Localized text ID for the vehicle's display name. | Category: B1VehicleTableRow StringTableKey: Id |
| DescriptionTextId | FString | Localized text ID for the vehicle's description. | Category: B1VehicleTableRow StringTableKey: Id |
| VehicleTemplateId | FName | ID of the vehicle template defining part layout and physical dimensions. | Category: B1VehicleTableRow Foreign: VehicleTemplate.Id |
| Asset | TSoftObjectPtr | Soft reference to the Blueprint asset used to spawn this vehicle. | Category: B1VehicleTableRow |
| StaticMeshAsset | TSoftObjectPtr | Soft reference to the static mesh used for simulation-mode rendering. | Category: B1VehicleTableRow |
| SimulationDriverMeshSetId | FName | ID of the simulation driver mesh set used in simulation mode. | Category: B1VehicleTableRow |
| Icon | TSoftObjectPtr | Icon texture for UI display (scheduled for removal). | Category: B1VehicleTableRow |
| PurchasableLevel | TArray | List of map (level) IDs where this vehicle can be purchased. | Category: B1VehicleTableRow Foreign: Map.Id |
| Price | int32 | Purchase price of the vehicle. | Category: B1VehicleTableRow |
| bDisableSimulationRandomVehicleColor | bool | When true, simulation-mode vehicles of this type are not randomly colored. | Category: B1VehicleTableRow |
| Color | TArray | List of available color variants for this vehicle. | Category: B1VehicleTableRow |
| RequiredSkillLevel | int32 | Minimum skill level required to purchase this vehicle. | Category: B1VehicleTableRow ClampMin: 0 |
| Thumbnail | TSoftObjectPtr | Thumbnail image used in vehicle selection UI. | Category: B1VehicleTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |