B1CustomizedHouseholdInfo
- Stores the minimum information required to create a new household, including the name,
* member customization data, starting currency map, site ID, and creation reason.
| Property | Type | Description | Metadata |
|---|---|---|---|
| HouseholdName | FString | Name of the household being created. | |
| HouseholdMemberCustomizedInfo | TArray | Customized character info for each member of the new household. | |
| CurrencyMap | TMap | Initial currency balances for the new household. | |
| ResidingSiteId | FName | Data table ID of the site where the household will reside. | |
| CreateReason | EB2EntityCreateReason | Reason for creating this household entity. |