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 FSoundWaveSpectralTimeData
Remarks
Struct used to store spectral data with time-stamps.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSoundWaveSpectralDataEntry > | Data | The spectral data at the given time. The array indices correspond to the frequencies set to analyze. | |
| float | TimeSec | The timestamp associated with this spectral data. |