Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FSoundWaveSpectralData |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path |
#include "Sound/SoundWave.h" |
Syntax
USTRUCT (BlueprintType )
struct FSoundWaveSpectralData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| FrequencyHz |
float |
The frequency (in Hz) of the spectrum value. |
Sound/SoundWave.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SpectralData"
|
| Magnitude |
float |
The magnitude of the spectrum at this frequency. |
Sound/SoundWave.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SpectralData"
|
| NormalizedMagnitude |
float |
The normalized magnitude of the spectrum at this frequency. |
Sound/SoundWave.h |
- EditAnywhere
- BlueprintReadWrite
- Category="SpectralData"
|