B1CraftingObjectSpawnData
- Defines where and how a crafted object is spawned upon completing a crafting step.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SpawnObjectId | FName | Object ID of the item to spawn (references Object or Food data). | Category: B1CraftingObjectSpawnData Foreign: Object.Id |
| SpawnPoint | EB1CraftObjectSpawnPoint | Location where the spawned object appears (right hand, crafting slot, or inventory). | Category: B1CraftingObjectSpawnData |
| TargetFilterInteractionId | FName | Target filter ID used for the interaction that receives the spawned object. | Category: B1CraftingObjectSpawnData Foreign: TargetFilter.Id |
| bIsCarriable | bool | Whether the spawned object can be carried by the character. | Category: B1CraftingObjectSpawnData |