B1PresetAccessoryInfo
- Defines accessory information used in presets.
* Includes accessory type, mesh identifier, socket list, and per-socket transforms.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AccessoryType | FName | Accessory type. | Category: B1PresetAccessoryInfo Foreign: AttachedAccessoryMesh.AccessoryType |
| AccessoryId | FName | Accessory mesh identifier used in this preset. | Category: B1PresetAccessoryInfo Foreign: AttachedAccessoryMesh.Id |
| SocketList | TArray | Socket names where the accessory is attached. | Category: B1PresetAccessoryInfo |
| SocketTransforms | TArray | Transform strings per socket (shoul be same size as SocketList). | Category: B1PresetAccessoryInfo |