---
name: WeldConstraintPreserve
last_updated: 2026-06-11T23:11:58Z
type: enum
---

# WeldConstraintPreserve

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `All` | 0 | All [WeldConstraints](/docs/reference/engine/classes/WeldConstraint.md) will be returned in the recommended table. |
| `None` | 1 | [WeldConstraints](/docs/reference/engine/classes/WeldConstraint.md) will be ignored and not returned in the recommended table. |
| `Touching` | 2 | Only [WeldConstraints](/docs/reference/engine/classes/WeldConstraint.md) that connect touching parts in the performed operation will be returned in the recommended table. |