unreal.SynthKnobStyle

class unreal.SynthKnobStyle(large_knob=[[150.0, 150.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], large_knob_overlay=[[150.0, 150.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], medium_knob=[[150.0, 150.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], medium_knob_overlay=[[150.0, 150.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], min_value_angle=- 0.4, max_value_angle=0.4, knob_size=SynthKnobSize.MEDIUM)

Bases: unreal.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 mediaum 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 mediaum knob dot handle

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

property knob_size

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

Type

(SynthKnobSize)

property large_knob

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

Type

(SlateBrush)

property large_knob_overlay

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

Type

(SlateBrush)

property max_value_angle

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

Type

(float)

property medium_knob

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

Type

(SlateBrush)

property medium_knob_overlay

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

Type

(SlateBrush)

property min_value_angle

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

Type

(float)