Navigation
API > API/Plugins > API/Plugins/AudioWidgets
| Name | EAudioSpectrumPlotFrequencyAxisPixelBucketMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioSpectrumPlot.h |
| Include Path | #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 | Remarks |
|---|---|
| UMETA | |
| UMETA | |
| UMETA |