Navigation
API > API/Plugins > API/Plugins/AudioWidgets
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioSpectrumAnalyzer.h |
| Include | #include "AudioSpectrumAnalyzer.h" |
Syntax
struct FAudioSpectrumAnalyzerParams
Remarks
Constructor parameters for the analyzer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< EAudioSpectrumAnalyzerType > | AnalyzerType | ||
| Audio::FDeviceId | AudioDeviceId | ||
| TAttribute< EAudioSpectrumAnalyzerBallistics > | Ballistics | ||
| TAttribute< bool > | bDisplayFrequencyAxisLabels | ||
| TAttribute< bool > | bDisplaySoundLevelAxisLabels | ||
| TAttribute< EConstantQFFTSizeEnum > | CQTAnalyzerFFTSize | ||
| TObjectPtr< UAudioBus > | ExternalAudioBus | ||
| TAttribute< EFFTSize > | FFTAnalyzerFFTSize | ||
| TAttribute< EAudioSpectrumPlotFrequencyAxisPixelBucketMode > | FrequencyAxisPixelBucketMode | ||
| TAttribute< EAudioSpectrumPlotFrequencyAxisScale > | FrequencyAxisScale | ||
| int32 | NumChannels | ||
| FOnAnalyzerTypeMenuEntryClicked | OnAnalyzerTypeMenuEntryClicked | ||
| FOnBallisticsMenuEntryClicked | OnBallisticsMenuEntryClicked | ||
| FOnCQTAnalyzerFFTSizeMenuEntryClicked | OnCQTAnalyzerFFTSizeMenuEntryClicked | ||
| FOnDisplayAxisLabelsButtonToggled | OnDisplayFrequencyAxisLabelsButtonToggled | ||
| FOnDisplayAxisLabelsButtonToggled | OnDisplaySoundLevelAxisLabelsButtonToggled | ||
| FOnFFTAnalyzerFFTSizeMenuEntryClicked | OnFFTAnalyzerFFTSizeMenuEntryClicked | ||
| FOnFrequencyAxisPixelBucketModeMenuEntryClicked | OnFrequencyAxisPixelBucketModeMenuEntryClicked | ||
| FOnFrequencyAxisScaleMenuEntryClicked | OnFrequencyAxisScaleMenuEntryClicked | ||
| FOnTiltSpectrumMenuEntryClicked | OnTiltSpectrumMenuEntryClicked | ||
| const FAudioSpectrumPlotStyle * | PlotStyle | ||
| TAttribute< float > | TiltExponent |