B1RelationshipStatTableRow
- Table row defining a relationship stat, including display text, decay configuration, and inner thought icon data.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayNameTextId | FString | The text ID for the display name of this relationship stat. | Category: B1RelationshipStatTableRow StringTableKey: Id |
| DefaultDecayValuePerSec | float | The default per-second decay value when no specific range matches. | Category: B1RelationshipStatTableRow |
| GrowthStep | EB1GrowthStep | The minimum growth step at which this relationship stat is active. | Category: B1RelationshipStatTableRow |
| DecayDataList | TArray | The list of value-range decay entries for this relationship stat. | Category: B1RelationshipStatTableRow |
| PositiveAsset | TSoftObjectPtr | The asset displayed on the positive side of the relationship stat UI. | Category: B1RelationshipStatTableRow |
| NegativeAsset | TSoftObjectPtr | The asset displayed on the negative side of the relationship stat UI. | Category: B1RelationshipStatTableRow |
| BackgroundAsset | TSoftObjectPtr | The background asset for this relationship stat in the UI. | Category: B1RelationshipStatTableRow |
| GoodInnerThoughtIcon | FB1RelationshipInnerIconData | The inner thought icon data shown when the stat has a good (positive) value. | Category: B1RelationshipStatTableRow |
| BadInnerThoughtIcon | FB1RelationshipInnerIconData | The inner thought icon data shown when the stat has a bad (negative) value. | Category: B1RelationshipStatTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoRelationship
- EB1RelationshipChemistry
- Relationship Data Guide
- RelationshipCategory Data Guide
- RelationshipCondition Data Guide
- RelationshipEvent Data Guide
- RelationshipGift Data Guide
- RelationshipRecord Data Guide
- RelationshipStat Data Guide
- FB1RelationshipAdditionalStatData
- FB1RelationshipAutoSelectionData
- FB1RelationshipBonusMultiplyData
- FB1RelationshipCategoryTableRow