B1TemperatureRangeConfig
- Maps a temperature range enum to minimum and maximum temperature values, and configures a post-process volume blend weight for that range.
| Property | Type | Description | Metadata |
|---|---|---|---|
| TemperatureRange | EB1TemperatureRange | Enum identifier for this temperature range. | Category: Temperature |
| MinTemperature | int32 | Minimum temperature value (inclusive) for this range. | Category: Range |
| MaxTemperature | int32 | Maximum temperature value (inclusive) for this range. | Category: Range |
| PostVolumeTag | FName | Tag identifying the post-process volume affected by this temperature range. | Category: PostVolume |
| MinBlendWeight | float | Minimum blend weight applied to the post-process volume at the low end of this range, clamped 0-1. | Category: PostVolume ClampMax: 1.0 ClampMin: 0.0 |
| MaxBlendWeight | float | Maximum blend weight applied to the post-process volume at the high end of this range, clamped 0-1. | Category: PostVolume ClampMax: 1.0 ClampMin: 0.0 |