📘 RelationshipStat Data Guide
🧩 Struct: FB1RelationshipStatTableRow
Defines a relationship stat (e.g., affection, rivalry) and how it changes over time.
Properties
- Id (
FName): Unique identifier for the stat. - DisplayNameTextId (
FString): UI label for the stat. (StringTableKey = "Id") - DefaultDecayValuePerSec (
float): How quickly the stat decays over time. - GrowthStep (
EB1GrowthStep): Age this stat applies to. - DecayDataList (
TArray<FB1RelationshipDecayData>): Customized decay rules based on thresholds. - PositiveAsset / NegativeAsset / BackgroundAsset (
TSoftObjectPtr<UObject>): UI visuals effect associated with this stat.
📚 References
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
- FB1RelationshipAdditionalStatData
- FB1RelationshipAutoSelectionData
- FB1RelationshipBonusMultiplyData
- FB1RelationshipCategoryTableRow
- FB1RelationshipCondition