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