B1CraftingIngredient
- Defines a single ingredient required for a recipe, including the object, count, and search method.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ObjectId | FName | Object ID of the required ingredient. | Category: B1CraftingIngredient Foreign: Object.Id |
| Count | int32 | Number of this ingredient required. | Category: B1CraftingIngredient |
| SearchType | EB1CraftingIngredientSearchType | Method used to search for this ingredient (Inventory, TargetFilter, or SkillCheck). | Category: B1CraftingIngredient |
| TargetFilterInteractionId | FName | Target filter ID used when the search type is TargetFilter. | Category: B1CraftingIngredient Foreign: TargetFilter.Id |