B1SiteDefaultInfo
- Structure that holds default configuration data for a site.
* Covers site type, streaming distances, LOD settings, pricing, visitor limits, and feature lists.
| Property | Type | Description | Metadata |
|---|---|---|---|
| NameTextId | FString | Text ID for the site's display name. | Category: B1SiteDefaultInfo |
| SiteType | EB1SiteType | Primary type classification of this site. | Category: B1SiteDefaultInfo |
| SiteSubType | EB1SiteSubType | Sub-type classification of this site. | Category: B1SiteDefaultInfo |
| bCanUploadToCanvas | bool | Whether this site can be uploaded to the Canvas. | Category: B1SiteDefaultInfo |
| Tags | TArray | List of tag names associated with this site. | Category: B1SiteDefaultInfo |
| OverrideIconId | FName | Override icon ID referencing SiteTypeUIInfo for a custom map icon. | Category: B1SiteDefaultInfo Foreign: SiteTypeUIInfo.Id |
| DisplayType_TextId | FString | Text ID for the site's display type label. | Category: B1SiteDefaultInfo |
| DescriptionTextId | FString | Text ID for the site's description. | Category: B1SiteDefaultInfo |
| OperatingHoursTextId | FString | Text ID for the site's operating hours display. | Category: B1SiteDefaultInfo |
| SiteImage | TSoftObjectPtr | Soft reference to the site's preview image texture. | Category: B1SiteDefaultInfo |
| Price | int64 | Purchase price of this site. | Category: B1SiteDefaultInfo ClampMin: 0 |
| Size | FVector2D | Site dimensions (width x height) in Unreal units. | Category: B1SiteDefaultInfo |
| StandardizedSize | EB1StandardizedSiteSize | Standardized site size tag for display purposes. | Category: B1SiteDefaultInfo |
| StreamingDistance | float | World-streaming activation distance for this site. | Category: B1SiteDefaultInfo ClampMin: 0.0 |
| StreamingDistanceMargin | float | Additional margin added to the streaming distance. | Category: B1SiteDefaultInfo ClampMin: 0.0 |
| Lod0Distance | float | Distance threshold at which LOD0 (highest detail) is active. | Category: B1SiteDefaultInfo ClampMin: 0.0 |
| Lod1Distance | float | Distance threshold at which LOD1 becomes active. | Category: B1SiteDefaultInfo ClampMin: 0.0 |
| Lod2Distance | float | Distance threshold at which LOD2 becomes active. | Category: B1SiteDefaultInfo ClampMin: 0.0 |
| Lod0DistanceMargin | float | Transition margin applied to the LOD0 distance threshold. | Category: B1SiteDefaultInfo ClampMin: 0.0 |
| Lod1DistanceMargin | float | Transition margin applied to the LOD1 distance threshold. | Category: B1SiteDefaultInfo ClampMin: 0.0 |
| Lod2DistanceMargin | float | Transition margin applied to the LOD2 distance threshold. | Category: B1SiteDefaultInfo ClampMin: 0.0 |
| Lod3DistanceMargin | float | Transition margin applied to the LOD3 distance threshold. | Category: B1SiteDefaultInfo ClampMin: 0.0 |
| bAllowHouseholdBiz | bool | Whether a household business can be set up at this site. | Category: B1SiteDefaultInfo |
| bCanPurchaseHouseholdBiz | bool | Whether players can purchase this site as a household business. | Category: B1SiteDefaultInfo |
| bTakeOffShoes | bool | Whether characters must remove their shoes when entering this site. | Category: B1SiteDefaultInfo |
| bIsEnableWeathering | bool | Whether weathering effects are enabled for this site. | Category: B1SiteDefaultInfo |
| SiteDetailInfoId | FName | ID referencing the detailed site info entry (SiteDetailInfo.Id). | Category: B1SiteDefaultInfo Foreign: SiteDetailInfo.Id |
| bDisabled | bool | Whether this site is disabled and unavailable in gameplay. | Category: B1SiteDefaultInfo |
| bDevOnly | bool | Whether this site is for development use only and hidden from players. | Category: B1SiteDefaultInfo |
| bHideRegionEnterMessage | bool | Suppress the "region reached" toast when entering this site (e.g. subdivided zones). | Category: B1SiteDefaultInfo |
| VisitorInfos | TArray | Per-CalendarEvent visitor settings. Must contain a CalendarEventId==None entry as the default (평상시). | Category: B1SiteDefaultInfo |
| Features | TArray | List of feature entries associated with this site. | Category: B1SiteDefaultInfo |