B1MeshSpawnTagTableRow
- Data table row that maps mesh IDs using tags for spawning at shared vehicle sites.
* Vehicles are spawned with the appropriate mesh based on their tags to match the city.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DefaultMeshId | FName | The default mesh ID used as a fallback for cities that share or are missing specific data. | Foreign: DA_Spawner.Id |
| MeshDescriptionIds | TMap | A map of city tag names to their corresponding mesh description IDs. | Foreign: DA_Spawner.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |