unreal.SoundControlBusMixStage

class unreal.SoundControlBusMixStage(bus: SoundControlBus = Ellipsis, value: SoundModulationMixValue = Ellipsis)

Bases: StructBase

Sound Control Bus Mix Stage

C++ Source:

  • Plugin: AudioModulation

  • Module: AudioModulation

  • File: SoundControlBusMix.h

Editor Properties: (see get_editor_property/set_editor_property)

  • bus (SoundControlBus): [Read-Write] Bus controlled by the mix stage.

  • value (SoundModulationMixValue): [Read-Write] Value mix is set to.

property bus: SoundControlBus

[Read-Write] Bus controlled by the mix stage.

Type:

(SoundControlBus)

property value: SoundModulationMixValue

[Read-Write] Value mix is set to.

Type:

(SoundModulationMixValue)