B1CleanupTypeTableRow
- Data table row defining one cleanup category (e.g. BabyCareWaste, Food, Book, Trash, Dust) used by the
* autonomy cleanup trigger. Each category triggers cleanup on its own when its value reaches BaseThreshold.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MatchCleanUpType | EB1CleanUpObjectType | Cleanup object type (bit flag) matched via IsCleanUpTarget (Food/Book/Tag_Trash/BabyCareWaste). The Dust category uses Invalid and falls back to the site dust value. | Category: B1CleanupTypeTableRow |
| BaseThreshold | float | Threshold at which this category alone triggers cleanup: carriable count (Food/Book/Trash/BabyCareWaste) or site dust value (Dust category). | Category: B1CleanupTypeTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |