B1CraftingStep
- Defines a single step in the crafting process, including the interaction bag to play and optional spawn data.
| Property | Type | Description | Metadata |
|---|---|---|---|
| InteractionBagId | FName | Interaction bag ID executed during this crafting step. | Category: B1CraftingStep Foreign: InteractionBag.Id |
| bShouldContinueInPreviousInteractingObject | bool | Whether this step should continue in the same object used in the previous step. | Category: B1CraftingStep |
| bResultFailContinue | bool | Whether crafting continues even if the result of this step is a failure. | Category: B1CraftingStep |
| SpawnData | FB1CraftingObjectSpawnData | Data defining what object to spawn and where at the end of this step. | Category: B1CraftingStep |