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] Image to use when the slider bar is in its disabled statesize_type
(SynthSlateSizeType): [Read-Write] The size of the knobs to use.
- property color_style: SynthSlateColorStyle¶
[Read-Write] Image to use when the slider bar is in its disabled state
- Type:
- property size_type: SynthSlateSizeType¶
[Read-Write] The size of the knobs to use.
- Type: