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."),
}