unreal.SliderStyle

class unreal.SliderStyle(normal_bar_image: SlateBrush = Ellipsis, hovered_bar_image: SlateBrush = Ellipsis, disabled_bar_image: SlateBrush = Ellipsis, normal_thumb_image: SlateBrush = Ellipsis, hovered_thumb_image: SlateBrush = Ellipsis, disabled_thumb_image: SlateBrush = Ellipsis, bar_thickness: float = 0.0)

Bases: SlateWidgetStyle

Represents the appearance of an SSlider

C++ Source:

  • Module: SlateCore

  • File: SlateTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • bar_thickness (float): [Read-Write]

  • disabled_bar_image (SlateBrush): [Read-Write] Image to use when the slider bar is in its disabled state

  • disabled_thumb_image (SlateBrush): [Read-Write] Image to use when the slider thumb is in its disabled state

  • hovered_bar_image (SlateBrush): [Read-Write] Image to use when the slider bar is in its hovered state

  • hovered_thumb_image (SlateBrush): [Read-Write] Image to use when the slider thumb is in its hovered state

  • normal_bar_image (SlateBrush): [Read-Write] Image to use when the slider bar is in its normal state

  • normal_thumb_image (SlateBrush): [Read-Write] Image to use when the slider thumb is in its normal state

property bar_thickness: float

[Read-Write]

Type:

(float)

property disabled_bar_image: SlateBrush

[Read-Write] Image to use when the slider bar is in its disabled state

Type:

(SlateBrush)

property disabled_thumb_image: SlateBrush

[Read-Write] Image to use when the slider thumb is in its disabled state

Type:

(SlateBrush)

property hovered_bar_image: SlateBrush

[Read-Write] Image to use when the slider bar is in its hovered state

Type:

(SlateBrush)

property hovered_thumb_image: SlateBrush

[Read-Write] Image to use when the slider thumb is in its hovered state

Type:

(SlateBrush)

property normal_bar_image: SlateBrush

[Read-Write] Image to use when the slider bar is in its normal state

Type:

(SlateBrush)

property normal_thumb_image: SlateBrush

[Read-Write] Image to use when the slider thumb is in its normal state

Type:

(SlateBrush)