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: AudioMaterialWidgetStyle

Represents 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 material

  • material (MaterialInterface): [Read-Write] Material used to render the Slate

  • outline_color (LinearColor): [Read-Write]

property background_color: LinearColor

[Read-Write]

Type:

(LinearColor)

property curve_color: LinearColor

[Read-Write]

Type:

(LinearColor)

property outline_color: LinearColor

[Read-Write]

Type:

(LinearColor)