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 FSoundWaveSpectralData
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | FrequencyHz | The frequency (in Hz) of the spectrum value. | |
| float | Magnitude | The magnitude of the spectrum at this frequency. | |
| float | NormalizedMagnitude | The normalized magnitude of the spectrum at this frequency. |