B1PrintedAccessoryData
- Defines data for an AI-generated (printed) accessory, including the attached bone,
* printed accessory ID, mesh reference, and optional saved instance data.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AttachedBoneName | FName | Bone where the printed accessory is attached. | Category: B1PrintedAccessoryData |
| PrintedAccessoryId | FName | Identifier of the printed accessory (ImageTo3D ID). | Category: B1PrintedAccessoryData |
| AttachedAccessoryMeshId | FName | Mesh ID associated with the printed accessory. | Category: B1PrintedAccessoryData |
| SaveData | TOptional | Optional saved state for this printed accessory instance. | Category: B1PrintedAccessoryData |