B1CraftingObjectData
- Stores runtime data for a crafting object currently being crafted, including which recipe and step are active.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CraftingId | FName | Crafting definition ID for the current crafting session. | |
| RecipeId | FName | Recipe ID being used in the current crafting session. | |
| CraftingStep | int32 | Current step index in the crafting process. | |
| CustomName | FText | Player-assigned custom name for the crafted item. | |
| CustomDescription | FText | Player-assigned custom description for the crafted item. | |
| FreelanceOrderInstanceId | FB1FreelanceOrderInstanceId | Linked freelance order instance ID when this item is crafted for a freelance mission. |