B1CraftingTableRow
- Table row defining a crafting definition, including title, description, skill, categories, and workbench requirements.
| Property | Type | Description | Metadata |
|---|---|---|---|
| TitleTextId | FString | String table key for the localized crafting title. | Category: B1CraftingTableRow StringTableKey: Id |
| DescTextId | FString | String table key for the localized crafting description. | Category: B1CraftingTableRow StringTableKey: Id |
| SkillId | FName | Skill ID used to determine crafting proficiency for this definition. | Category: B1CraftingTableRow Foreign: Skill.Id |
| RecipeListEntryColorId | FName | Color ID used to tint recipe list entries in the UI. | Category: B1CraftingTableRow Foreign: ColorMapping.Id |
| bHasCost | bool | Whether this crafting definition requires a currency cost. | Category: B1CraftingTableRow |
| Categories | TArray | List of crafting categories grouping recipes for this definition. | Category: B1CraftingTableRow |
| CraftingFinishTextId | FString | String table key for the text shown when crafting finishes. | Category: B1CraftingTableRow |
| bNeedWorkbench | bool | Whether this crafting definition requires a workbench object. | Category: B1CraftingTableRow |
| MoveToWorkbenchInteractionBagId | FName | Interaction bag ID used to move the character to the nearest workbench. | Category: B1CraftingTableRow Foreign: InteractionBag.Id |
| FindWorkbenchInteractionId | FName | Interaction ID used to find and select the nearest workbench. | Category: B1CraftingTableRow Foreign: Interaction.Id |
| PublishingId | FName | Publishing system ID associated with publishable items from this crafting definition. | Category: B1CraftingTableRow |
| PublishingNamingTextId | FString | String table key for the naming prompt text when publishing a crafted item. | Category: B1CraftingTableRow |
| PublishingExportTextId | FString | String table key for the export/publish confirmation text. | Category: B1CraftingTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |