B1CraftingCategory
- Defines a crafting category grouping recipes or recipe groups for display in the crafting UI.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Category | FName | Internal name identifier for this crafting category. | Category: B1CraftingCategory |
| TitleTextId | FString | String table key for the localized category title. | Category: B1CraftingCategory |
| RecipeGroupIds | TArray | List of recipe group IDs included in this category. | Category: B1CraftingCategory Foreign: RecipeGroup.Id |
| RecipeIds | TArray | List of individual recipe IDs included in this category. | Category: B1CraftingCategory Foreign: Recipe.Id |