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 knoblarge_knob_overlay
(SlateBrush): [Read-Write] Image to use for the dot handlemax_value_angle
(float): [Read-Write] Image to use for the medium knob dot handlemedium_knob
(SlateBrush): [Read-Write] Image to use for the medium large knobmedium_knob_overlay
(SlateBrush): [Read-Write] Image to use for the medium knob dot handlemin_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:
- property large_knob: SlateBrush¶
[Read-Write] Image to use for the large knob
- Type:
- property large_knob_overlay: SlateBrush¶
[Read-Write] Image to use for the dot handle
- Type:
- 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:
- property medium_knob_overlay: SlateBrush¶
[Read-Write] Image to use for the medium knob dot handle
- Type: