Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include | #include "Sound/SoundWave.h" |
Syntax
struct FSoundWaveEnvelopeDataPerSound
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Envelope | The current envelope of the playing sound. | |
| float | PlaybackTime | The current playback time of this sound wave. | |
| TObjectPtr< USoundWave > | SoundWave | The sound wave this envelope data is associated with. |