B1CleanObjectTableRow
- Data table row defining how a clean interaction removes dusty value and restores object states.
* Specifies the cleaning position, range, dusty reduction amount, animation, and the resulting normal state tag.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CleanPosition | EB1CleanPositionType | Position type determining where in the environment this clean interaction applies. | Category: B1CleanObjectTableRow |
| CleanRange | int32 | Radius in units around the clean position that is affected by this clean interaction. | Category: B1CleanObjectTableRow ClampMin: 0 |
| ReduceDustyValue | int32 | Amount by which the dusty value is reduced when this clean interaction completes. | Category: B1CleanObjectTableRow |
| ChangeNormalStateObjectTag | FName | Object template tag assigned to objects that are restored to their normal state after cleaning. | Category: B1CleanObjectTableRow Foreign: ObjectTemplate.Tag |
| AnimationId | FName | ID of the animation played while this clean interaction is performed. | Category: B1CleanObjectTableRow Foreign: AnimCharacter_Interaction.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |