B1RecipeGroupTableRow
- Table row defining a recipe group, which bundles multiple recipes under a shared title, cost, and skill level requirement.
| Property | Type | Description | Metadata |
|---|---|---|---|
| TitleTextId | FString | String table key for the localized group title. | Category: B1RecipeGroupTableRow StringTableKey: Id |
| DescTextId | FString | String table key for the localized group description. | Category: B1RecipeGroupTableRow StringTableKey: Id |
| CraftingCost | int32 | Currency cost required to unlock or use this recipe group. | Category: B1RecipeGroupTableRow |
| SkillLevel | int32 | Minimum skill level required to use this recipe group. | Category: B1RecipeGroupTableRow |
| ConditionId | FName | Condition ID that must be met to access this recipe group. | Category: B1RecipeGroupTableRow Foreign: Condition_Object.Id |
| CraftingId | FName | Crafting definition ID associated with this recipe group. | Category: B1RecipeGroupTableRow Foreign: Crafting.Id |
| Thumbnail | TSoftObjectPtr | Soft reference to the thumbnail asset displayed for this recipe group. | Category: B1RecipeGroupTableRow |
| RecipeIds | TArray | List of recipe IDs contained in this group. | Category: B1RecipeGroupTableRow Foreign: Recipe.Id |
| bIsHandCrafting | bool | Whether this recipe group is a hand-crafting group. | Category: B1RecipeGroupTableRow |
| HandCraftingIngredientTitleTextId | FString | String table key for the localized ingredient section title when hand-crafting. | Category: B1RecipeGroupTableRow StringTableKey: Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |