B1VehicleColorData
- Stores color ID, hex color strings, and an optional colored icon for a vehicle color variant.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ColorId | FName | ID referencing the color mapping entry for this vehicle color variant. | Category: B1VehicleColorData Foreign: ColorMapping.Id |
| UIHexColor | FString | Hex color string used in the UI to preview this vehicle color. | Category: B1VehicleColorData |
| IngameColor | FString | Hex color string used for in-game material tinting. | Category: B1VehicleColorData |
| ColoredIcon | TSoftObjectPtr | Optional icon texture showing the vehicle in this color variant. | Category: B1VehicleColorData |