B1AgingTableRow
- A table row struct that stores data for each aging stage.
* It includes information such as stat ranges, appearance presets, taxes, and more for each age stage.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayTextId | FString | ID for the display text used in UI. | Category: Aging StringTableKey: Id |
| DescTextId | FString | ID for the description text used in UI. | Category: Aging StringTableKey: Id |
| TimeToNextAge | int32 | Time required to transition to the next age stage (in seconds). | Category: Aging |
| ContentAvailableSlot | TMap | Map defining available content slots for this age stage. | Category: Aging |
| AppearancePreset | TMap | Preset appearances based on gender type. | Category: Aging |
| StandardWeight | TMap | Standard weight based on gender type. | Category: Aging |
| TaxPerPerson | int32 | Tax amount per person in this age stage. | Category: Aging |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |