unreal.SoundWaveEnvelopeDataPerSound

class unreal.SoundWaveEnvelopeDataPerSound(envelope: float = 0.0, playback_time: float = 0.0, sound_wave: SoundWave = Ellipsis)

Bases: StructBase

Sound Wave Envelope Data Per Sound

C++ Source:

  • Module: Engine

  • File: SoundWave.h

Editor Properties: (see get_editor_property/set_editor_property)

  • envelope (float): [Read-Write] The current envelope of the playing sound

  • playback_time (float): [Read-Write] The current playback time of this sound wave

  • sound_wave (SoundWave): [Read-Write] The sound wave this envelope data is associated with

property envelope: float

[Read-Write] The current envelope of the playing sound

Type:

(float)

property playback_time: float

[Read-Write] The current playback time of this sound wave

Type:

(float)

property sound_wave: SoundWave

[Read-Write] The sound wave this envelope data is associated with

Type:

(SoundWave)