B1TemperatureConfig
- Defines a temperature band with min/max values, a selection ratio, and the set of weather types possible within that band.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MinTemperature | int32 | Minimum temperature value for this configuration band. | Category: B1TemperatureConfig |
| MaxTemperature | int32 | Maximum temperature value for this configuration band. | Category: B1TemperatureConfig |
| Ratio | float | Probability ratio for this temperature band to be selected. | Category: B1TemperatureConfig |
| Weathers | TArray | List of weather configurations available within this temperature band. | Category: B1TemperatureConfig |