B1RelationshipTableRow
- Table row defining a relationship, including its icon, category, display text, colors, effects, and death removal flag.
| Property | Type | Description | Metadata |
|---|---|---|---|
| IconId | FName | The icon ID representing this relationship in the UI. | Category: B1RelationshipTableRow Foreign: B1Texture2D.Id |
| CategoryId | FName | The category ID this relationship belongs to. | Category: B1RelationshipTableRow Foreign: RelationshipCategory.Id |
| DisplayNameTextId | FString | The text ID for the display name of this relationship. | Category: B1RelationshipTableRow StringTableKey: Id |
| DescTextId | FString | The text ID for the description of this relationship. | Category: B1RelationshipTableRow StringTableKey: Id |
| ColorId1 | FName | The primary color mapping ID for this relationship. | Category: B1RelationshipTableRow Foreign: ColorMapping.Id |
| ColorId2 | FName | The secondary color mapping ID for this relationship. | Category: B1RelationshipTableRow Foreign: ColorMapping.Id |
| RelationshipFx | FB1RelationshipFxSet | The visual effects set played when this relationship changes. | Category: B1RelationshipTableRow |
| RemoveOnDeath | bool | Whether to remove this relationship when either party in the relationship dies. | Category: B1RelationshipTableRow |
| 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