Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FSoundWaveEnvelopeDataPerSound |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path | #include "Sound/SoundWave.h" |
Syntax
USTRUCT (BlueprintType )
struct FSoundWaveEnvelopeDataPerSound
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Envelope | float | The current envelope of the playing sound. | Sound/SoundWave.h |
|
| PlaybackTime | float | The current playback time of this sound wave. | Sound/SoundWave.h |
|
| SoundWave | TObjectPtr< USoundWave > | The sound wave this envelope data is associated with. | Sound/SoundWave.h |
|