unreal.AudioMaterialEnvelopeStyle¶
- class unreal.AudioMaterialEnvelopeStyle(material: MaterialInterface = Ellipsis, desired_size: Vector2f = Ellipsis, curve_color: LinearColor = Ellipsis, background_color: LinearColor = Ellipsis, outline_color: LinearColor = Ellipsis)¶
Bases:
AudioMaterialWidgetStyleRepresents the appearance of an Audio Material Envelope
C++ Source:
Plugin: AudioWidgets
Module: AudioWidgets
File: AudioMaterialSlateTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
background_color(LinearColor): [Read-Write]curve_color(LinearColor): [Read-Write]desired_size(Vector2f): [Read-Write] Desired Draw size of the rendered materialmaterial(MaterialInterface): [Read-Write] Material used to render the Slateoutline_color(LinearColor): [Read-Write]
- property background_color: LinearColor¶
[Read-Write]
- Type:
- property curve_color: LinearColor¶
[Read-Write]
- Type:
- property outline_color: LinearColor¶
[Read-Write]
- Type: