Navigation
API > API/Plugins > API/Plugins/AudioWidgets
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioSpectrumPlot.h |
| Include | #include "SAudioSpectrumPlot.h" |
Syntax
enum EAudioSpectrumPlotFrequencyAxisPixelBucketMode
{
UMETA =(ToolTip = "Plot one data point per frequency axis pixel bucket only, choosing the data point nearest the pixel center."),
UMETA =(ToolTip = "Plot one data point per frequency axis pixel bucket only, choosing the data point with the highest sound level."),
UMETA =(ToolTip = "Plot the average of the data points in each frequency axis pixel bucket."),
}
Values
| Name | Description |
|---|---|
| UMETA | |
| UMETA | |
| UMETA |