B1CleanlinessLevel
- Defines a single cleanliness level with its display text and the condition (range or single) that maps to this level.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayText | FText | Display text shown to the player for this cleanliness level. | Category: B1CleanlinessLevel |
| ConditionType | EB1CleanlinessLevelConditionType | Whether this level uses a range condition or a single value condition. | Category: B1CleanlinessLevel |
| Begin Compare Type | EB1CompareType | Comparison type for the lower bound of the range condition. | Category: B1CleanlinessLevel DisplayName: Begin Compare Type |
| Begin Compare Value | float | Cleanliness value used for the lower bound of the range condition. | Category: B1CleanlinessLevel DisplayName: Begin Compare Value |
| End Compare Type | EB1CompareType | Comparison type for the upper bound of the range condition. | Category: B1CleanlinessLevel DisplayName: End Compare Type |
| End Compare Value | float | Cleanliness value used for the upper bound of the range condition. | Category: B1CleanlinessLevel DisplayName: End Compare Value |
| Compare Type | EB1CompareType | Comparison type used for the single value condition. | Category: B1CleanlinessLevel DisplayName: Compare Type |
| Compare Value | float | Cleanliness value used for the single value condition. | Category: B1CleanlinessLevel DisplayName: Compare Value |