B1CityEditMenuSubTab
- Defines a sub-tab entry within a city edit menu, specifying the city edit group ID,
* UI type flags, slider settings, MPC parameters, and camera blend configuration.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | Unique identifier for this sub-tab entry. | Category: B1CityEditMenuSubTab |
| GroupId | FName | City edit group ID this sub-tab references. | Category: B1CityEditMenuSubTab Foreign: CityEdit.Id |
| IsSliderType | bool | Whether this sub-tab uses a slider control instead of a list. | Category: B1CityEditMenuSubTab |
| SliderDefaultValue | float | Default value of the slider when this sub-tab is first shown. | Category: B1CityEditMenuSubTab |
| DefaultMinRate | float | Minimum rate applied when the slider is at its lowest position. | Category: B1CityEditMenuSubTab |
| DefaultMaxRate | float | Maximum rate applied when the slider is at its highest position. | Category: B1CityEditMenuSubTab |
| bMPCType | bool | Whether this sub-tab controls a Material Parameter Collection parameter. | Category: B1CityEditMenuSubTab |
| MPCParamName | FName | Name of the Material Parameter Collection parameter this sub-tab modifies. | Category: B1CityEditMenuSubTab |
| SliderStepSize | int32 | Number of discrete steps for the slider control. | Category: B1CityEditMenuSubTab |
| IsListType | bool | Whether this sub-tab uses a list selection UI instead of a slider. | Category: B1CityEditMenuSubTab |
| IsMultiSelectable | bool | Whether multiple items can be selected simultaneously in list mode. | Category: B1CityEditMenuSubTab |
| IsColorPaletteType | bool | Whether this sub-tab uses a color palette selection UI. | Category: B1CityEditMenuSubTab |
| IsUserImportableType | bool | Whether the player can import custom images for this sub-tab. | Category: B1CityEditMenuSubTab |
| SliderLeftTextId | FString | Localized text identifier for the left end label of the slider. | Category: B1CityEditMenuSubTab |
| SliderRightTextId | FString | Localized text identifier for the right end label of the slider. | Category: B1CityEditMenuSubTab |
| BlendStartPos | FVector | World-space start position for camera blending when this sub-tab is active. | Category: B1CityEditMenuSubTab |
| BlendEndPos | FVector | World-space end position for camera blending when this sub-tab is active. | Category: B1CityEditMenuSubTab |
| BlendStartRot | FRotator | Rotation at the start of the camera blend for this sub-tab. | Category: B1CityEditMenuSubTab |
| BlendEndRot | FRotator | Rotation at the end of the camera blend for this sub-tab. | Category: B1CityEditMenuSubTab |
| BlendStartDistance | float | Camera distance at the start of the blend for this sub-tab. | Category: B1CityEditMenuSubTab |
| BlendEndDistance | float | Camera distance at the end of the blend for this sub-tab. | Category: B1CityEditMenuSubTab |
| BlendTime | float | Duration in seconds of the camera blend transition for this sub-tab. | Category: B1CityEditMenuSubTab |