Navigation
API > API/Runtime > API/Runtime/Engine
Struct used to store spectral data with time-stamps.
| Name | FSoundWaveSpectralTimeData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path | #include "Sound/SoundWave.h" |
Syntax
USTRUCT ()
struct FSoundWaveSpectralTimeData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | TArray< FSoundWaveSpectralDataEntry > | The spectral data at the given time. The array indices correspond to the frequencies set to analyze. | Sound/SoundWave.h | |
| TimeSec | float | The timestamp associated with this spectral data. | Sound/SoundWave.h |