Navigation
API > API/Plugins > API/Plugins/AudioSynesthesia
The results of the spectrum analysis.
| Name | FSynesthesiaSpectrumResults |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/SynesthesiaSpectrumAnalysis.h |
| Include Path | #include "SynesthesiaSpectrumAnalysis.h" |
Syntax
USTRUCT (BlueprintType )
struct FSynesthesiaSpectrumResults
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SpectrumValues | TArray< float > | The spectrum values from the FFT. | SynesthesiaSpectrumAnalysis.h |
|
| TimeSeconds | float | The time in seconds since analysis began of this SynesthesiaSpectrumAnalysis analysis result. | SynesthesiaSpectrumAnalysis.h |
|