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
USTRUCT (BlueprintType )
struct FSoundWaveSpectralDataPerSound
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | PlaybackTime | The current playback time of this sound wave. | |
| TObjectPtr< USoundWave > | SoundWave | The sound wave this spectral data is associated with. | |
| TArray< FSoundWaveSpectralData > | SpectralData | The array of current spectral data for this sound wave. |