unreal.SynthKnobStyle

class unreal.SynthKnobStyle(large_knob: SlateBrush = Ellipsis, large_knob_overlay: SlateBrush = Ellipsis, medium_knob: SlateBrush = Ellipsis, medium_knob_overlay: SlateBrush = Ellipsis, min_value_angle: float = 0.0, max_value_angle: float = 0.0, knob_size: SynthKnobSize = Ellipsis)

Bases: SlateWidgetStyle

Represents the appearance of an SSynthKnob

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: SynthKnobStyle.h

Editor Properties: (see get_editor_property/set_editor_property)

  • knob_size (SynthKnobSize): [Read-Write] The size of the knobs to use.

  • large_knob (SlateBrush): [Read-Write] Image to use for the large knob

  • large_knob_overlay (SlateBrush): [Read-Write] Image to use for the dot handle

  • max_value_angle (float): [Read-Write] Image to use for the medium knob dot handle

  • medium_knob (SlateBrush): [Read-Write] Image to use for the medium large knob

  • medium_knob_overlay (SlateBrush): [Read-Write] Image to use for the medium knob dot handle

  • min_value_angle (float): [Read-Write] Image to use for the medium knob dot handle

property knob_size: SynthKnobSize

[Read-Write] The size of the knobs to use.

Type:

(SynthKnobSize)

property large_knob: SlateBrush

[Read-Write] Image to use for the large knob

Type:

(SlateBrush)

property large_knob_overlay: SlateBrush

[Read-Write] Image to use for the dot handle

Type:

(SlateBrush)

property max_value_angle: float

[Read-Write] Image to use for the medium knob dot handle

Type:

(float)

property medium_knob: SlateBrush

[Read-Write] Image to use for the medium large knob

Type:

(SlateBrush)

property medium_knob_overlay: SlateBrush

[Read-Write] Image to use for the medium knob dot handle

Type:

(SlateBrush)

property min_value_angle: float

[Read-Write] Image to use for the medium knob dot handle

Type:

(float)