📘 Family Data Guide
🧩 Struct: FB1FamilyTableRow
Defines a family template, including map location, display texts, and members.
Properties
- Id (
FName): Unique identifier for the family entry. - MapId (
FName): Map where the family is located. (Foreign = "Map.Id") - FamilyNameTextId (
FString): Localized name. (StringTableKey = "Id") - DescriptionTextId (
FString): Localized description. (StringTableKey = "Id") - TextureId (
FName): Image shown for this family. (Foreign = "B1Texture2D.Id") - CurrencyDatas (
TArray<FB1CurrencyDefaultData>): Starting currencies. - FamilyMemberAttributeIdList (
TArray<FName>): Attributes assigned to family members. - IsRandomGenerate (
bool): If true, the family is generated randomly.
📚 References
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoFamily
- EB1FamilyCreateGenderControllType
- EB1FamilyRelationshipType
- FamilyCreateTemplate Data Guide
- FamilyMonitoringNotification Data Guide
- FamilyNamePool Data Guide
- FamilyRelationshipName Data Guide
- FB1FamilyCreateOperation
- FB1FamilyCreateTemplateData
- FB1FamilyCreateTemplateTableRow
- FB1FamilyDivorceUIInfo
- FB1FamilyMemberAttributeInfo
- FB1FamilyMonitoringNotificationTableRow