Skip to main content

B1CharacterCustomizationSliderParamInfo

  • Defines a single customization slider, including its type, display text,
    * driven material parameter, value range, optional toggle button, and current value.
PropertyTypeDescriptionMetadata
TypeEB1CharacterCustomizationSliderTypeSlider type classification.Category: B1CharacterCustomizationSliderParamInfo
DisplayNameFTextLocalized display name shown next to the slider.Category: B1CharacterCustomizationSliderParamInfo
DisplayNameStringTableIdFStringString table identifier used to resolve the display name.Category: B1CharacterCustomizationSliderParamInfo
ParamNameFNameMaterial parameter name driven by this slider.Category: B1CharacterCustomizationSliderParamInfo
MinValuefloatMinimum slider value.Category: B1CharacterCustomizationSliderParamInfo
MaxValuefloatMaximum slider value.Category: B1CharacterCustomizationSliderParamInfo
bShowToggleButtonboolFlag indicating whether a toggle button is shown for this slider.Category: B1CharacterCustomizationSliderParamInfo
bIsToggleButtonCheckedboolCurrent checked state of the toggle button.Category: B1CharacterCustomizationSliderParamInfo
CheckBoxDescriptionNameFTextLocalized description text shown next to the toggle checkbox.Category: B1CharacterCustomizationSliderParamInfo
CheckBoxDescriptionNameStringTableIdFStringString table identifier used to resolve the checkbox description.Category: B1CharacterCustomizationSliderParamInfo
InitValuefloatInitial slider value applied on load.Category: B1CharacterCustomizationSliderParamInfo
SliderValuefloatCurrent runtime slider value.Category: B1CharacterCustomizationSliderParamInfo