B1CharacterCustomizationSliderParamInfo
- Defines a single customization slider, including its type, display text,
* driven material parameter, value range, optional toggle button, and current value.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Type | EB1CharacterCustomizationSliderType | Slider type classification. | Category: B1CharacterCustomizationSliderParamInfo |
| DisplayName | FText | Localized display name shown next to the slider. | Category: B1CharacterCustomizationSliderParamInfo |
| DisplayNameStringTableId | FString | String table identifier used to resolve the display name. | Category: B1CharacterCustomizationSliderParamInfo |
| ParamName | FName | Material parameter name driven by this slider. | Category: B1CharacterCustomizationSliderParamInfo |
| MinValue | float | Minimum slider value. | Category: B1CharacterCustomizationSliderParamInfo |
| MaxValue | float | Maximum slider value. | Category: B1CharacterCustomizationSliderParamInfo |
| bShowToggleButton | bool | Flag indicating whether a toggle button is shown for this slider. | Category: B1CharacterCustomizationSliderParamInfo |
| bIsToggleButtonChecked | bool | Current checked state of the toggle button. | Category: B1CharacterCustomizationSliderParamInfo |
| CheckBoxDescriptionName | FText | Localized description text shown next to the toggle checkbox. | Category: B1CharacterCustomizationSliderParamInfo |
| CheckBoxDescriptionNameStringTableId | FString | String table identifier used to resolve the checkbox description. | Category: B1CharacterCustomizationSliderParamInfo |
| InitValue | float | Initial slider value applied on load. | Category: B1CharacterCustomizationSliderParamInfo |
| SliderValue | float | Current runtime slider value. | Category: B1CharacterCustomizationSliderParamInfo |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoCharacter
- EB1CharacterNameFormatType
- FB1CharacterAnimConfig
- FB1CharacterAnimTableRow
- FB1CharacterAttribute
- FB1CharacterAttributeAmbitionInfo
- FB1CharacterAttributeAppearancePresetInfo
- FB1CharacterAttributeEducationInfo
- FB1CharacterAttributeJobInfo
- FB1CharacterAttributePreferenceInfo
- FB1CharacterAttributeSkillInfo
- FB1CharacterAttributeTableRow
- FB1CharacterBodyAnimClass