B1HouseholdInfo
- Holds the complete runtime state of a household, including its name, member list,
* currency balances, site reference, business IDs, and various household flags.
| Property | Type | Description | Metadata |
|---|---|---|---|
| UnlockedObjectDataContainer | FB1UnlockedRewardObjectDataContainer | Container tracking all reward objects unlocked by this household. | |
| HouseholdNameData | FB1DisplayNameData | Display name data for the household name. | |
| HouseholdDescriptionTextId | FString | Localized text ID for the household description. | |
| HouseholdId | FB1EntityId | Unique entity ID identifying this household. | |
| HouseholdMemberIds | TArray | List of entity IDs for all members belonging to this household. | |
| CurrencyMap | TMap | Map of currency IDs to current balances held by this household. | |
| ResidenceSiteEntityId | FB1EntityId | Entity ID of the residential site where this household lives. | |
| ResidingSiteId | FName | Data table ID of the site where this household resides. | |
| LocatedCityId | FName | ID of the city this household belongs to. | |
| HouseholdBizIds | TArray | List of business entity IDs owned by this household. | |
| HouseholdBizSiteIds | TArray | List of site entity IDs used by this household's businesses. | |
| HouseholdDtId | FName | Transient data table ID for this household; not saved to disk. | |
| bCanMoveIn | bool | Whether this household is eligible to move in to a new site. | |
| HouseholdTextureId | FName | Texture ID representing this household's portrait or icon. | |
| bGiveBonusCurrency | bool | Whether this household has been granted a bonus starting currency. | |
| LastCustomizeTime | int64 | Game tick timestamp of the last household customization. | |
| bPauseAging | bool | Whether aging is paused for all members of this household. | |
| bCanvasImported | bool | Whether a canvas has been imported for this household. | |
| bPlayerCreated | bool | Whether this household was created by the player (as opposed to auto-generated). | |
| bIsEnableMortgage | bool | Whether mortgage functionality is enabled for this household. | |
| bFamilyPortraitDirty | bool | Whether the family portrait needs to be retaken. |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoHousehold
- FB1HouseholdBizAccommodationCityRoomData
- FB1HouseholdBizAccommodationInfo
- FB1HouseholdBizAccommodationInfoList
- FB1HouseholdBizAccommodationRoomData
- FB1HouseholdBizAccommodationTableRow
- FB1HouseholdBizConfigTableRow
- FB1HouseholdBizCustomerType
- FB1HouseholdBizDailyReport
- FB1HouseholdBizDataCache
- FB1HouseholdBizDefaultSetupTableRow
- FB1HouseholdBizEmployeeRoleData
- FB1HouseholdBizEmployeeSlot