B1FoodTableRow
- Table row defining a food item, including its type, calorie type, object and interaction IDs,
* eating time, number of servings, serving food reference, display info, and lifecycle scripts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| FoodType | EB1FoodType | Food type classification (PreparedFood or ServedFood). | Category: B1FoodTableRow |
| CalorieType | EB1CalorieType | Calorie type of this food item. | Category: B1FoodTableRow |
| ObjectId | FName | Object ID of this food's in-world representation. | Category: B1FoodTableRow Foreign: Object.Id |
| InteractionTags | TArray | Interaction tags associated with eating this food. | Category: B1FoodTableRow Foreign: Interaction.Tags |
| RecipeTags | TArray | Recipe-level tags used when evaluating food preferences. | Category: B1FoodTableRow |
| IngredientTags | TArray | Ingredient-level tags used when evaluating food preferences. | Category: B1FoodTableRow |
| TimeToEat | int32 | Time in seconds required to eat this food. | Category: B1FoodTableRow |
| NumServings | int8 | Number of servings available from this food item. | Category: B1FoodTableRow |
| ServedFoodDtId | FName | Data table ID of the served-food variant of this item. | Category: B1FoodTableRow Foreign: Food.Id |
| DisplayInfos | TArray | Display info entries for rendering components of this food. | Category: B1FoodTableRow |
| StartScriptIds | TArray | Script IDs executed when eating starts. | Category: B1FoodTableRow Foreign: Script_Book.Id |
| TickScriptIds | TArray | Script IDs executed each tick while eating. | Category: B1FoodTableRow Foreign: Script_Book.Id |
| FinishScriptIds | TArray | Script IDs executed when eating finishes. | Category: B1FoodTableRow Foreign: Script_Book.Id |
| StandEatAnimId | FName | Animation ID for standing eat interaction. | Category: B1FoodTableRow Foreign: AnimCharacter_Interaction.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |