B1AdditiveBoneData
- Defines additive transform data for a bone, including the bone name,
* the additive transform to apply, and the depth used for evaluation order.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BoneName | FName | Name of the bone receiving the additive transform. | Category: B1AdditiveBoneData |
| Transform | FTransform | Additive transform applied to the bone. | Category: B1AdditiveBoneData |
| Depth | int32 | Depth value used to determine additive application order. | Category: B1AdditiveBoneData |