B1TraitHopeLifeTableRow
- Table row defining a trait entry specific to the Hope Life system, including available ages and associated scripts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Category | EB1TraitCategoryType | Category of the Hope Life trait. | Category: B1TraitHopeLifeTableRow |
| AgeAvailable | TArray | List of growth steps during which this Hope Life trait is available. | Category: B1TraitHopeLifeTableRow |
| AddScriptId | FName | Script ID executed when this Hope Life trait is added to a character. | Category: B1TraitHopeLifeTableRow Foreign: Script_Trait.Id |
| RemoveScriptId | FName | Script ID executed when this Hope Life trait is removed from a character. | Category: B1TraitHopeLifeTableRow Foreign: Script_Trait.Id |
| TraitScripts | TArray | List of trait scripts associated with this Hope Life trait. | Category: B1TraitHopeLifeTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |