B1VehicleMapIconSetting
- Stores display name, icon, and color data for a vehicle's map marker entry.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayName | FString | Display name shown on the map for this vehicle type. | Category: B1VehicleMapIconSetting |
| Icon | TSoftObjectPtr | Icon texture or slate texture atlas used for the vehicle map marker. | Category: B1VehicleMapIconSetting |
| IconColor | FLinearColor | Tint color applied to the vehicle map marker icon. | Category: B1VehicleMapIconSetting |
| IconBgColor | FLinearColor | Background color applied behind the vehicle map marker icon. | Category: B1VehicleMapIconSetting |