unreal.SynthSlateStyle

class unreal.SynthSlateStyle(size_type=SynthSlateSizeType.SMALL, color_style=SynthSlateColorStyle.LIGHT)

Bases: unreal.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] Image to use when the slider bar is in its disabled state

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

property color_style

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

Type

(SynthSlateColorStyle)

property size_type

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

Type

(SynthSlateSizeType)