unreal.SynthSlateStyle

class unreal.SynthSlateStyle(size_type: SynthSlateSizeType = Ellipsis, color_style: SynthSlateColorStyle = Ellipsis)

Bases: SlateWidgetStyle

Represents the appearance of synth UI elements in slate.

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: SynthSlateStyle.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color_style (SynthSlateColorStyle): [Read-Write] Color Style: Image to use when the slider bar is in its disabled state

  • size_type (SynthSlateSizeType): [Read-Write] Size Type: The size of the knobs to use.

property color_style: SynthSlateColorStyle

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

Type:

(SynthSlateColorStyle)

property size_type: SynthSlateSizeType

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

Type:

(SynthSlateSizeType)