FSoundWaveSpectralTimeData

Struct used to store spectral data with time-stamps.

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public variable

TArray< FSoundW...

 

Data

The spectral data at the given time. The array indices correspond to the frequencies set to analyze.

Public variable

float

 

TimeSec

The timestamp associated with this spectral data.