B1CleanupLevelTableRow
- Data table row mapping a computed cleanup level to its overall trigger/stop thresholds (site dust value, 0~1).
* Higher level means the character cleans more readily (lower trigger).
| Property | Type | Description | Metadata |
|---|---|---|---|
| Level | int32 | The computed cleanup level this row configures. | Category: B1CleanupLevelTableRow |
| TriggerThreshold | float | Site dust value (0~1) at or above which the overall cleanup desire triggers. | Category: B1CleanupLevelTableRow |
| StopThreshold | float | Site dust value below which an active cleanup desire stops (hysteresis; less than TriggerThreshold). | Category: B1CleanupLevelTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |