B1VehicleTemplateTableRow
- Table row defining a vehicle template including its crash mass level, part list, and asset description.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ObjectSelectionId | FName | ID referencing the object selection set used to identify this vehicle template. | Category: B1VehicleTemplateTableRow Foreign: ObjectSelectionSet.Id |
| CrashMassLevel | int32 | Virtual mass level used to determine accident severity when two vehicles collide. | Category: B1VehicleTemplateTableRow |
| PartList | TArray | List of vehicle part definitions that make up this template. | Category: B1VehicleTemplateTableRow |
| AssetDescription | FB1VehicleAssetDescription | Physical dimension data for this vehicle template. | Category: B1VehicleTemplateTableRow |
| PartMap | TMap | Map of part types to cached part data; populated during OnPostJsonDataLoad. | |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |