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
class FAudioSpectrumPlotScaleInfo
Remarks
Utility class for converting between spectrum data and local/absolute screen space.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAudioSpectrumPlotScaleInfo
(
const FVector2f InWidgetSize, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | FrequencyToLocalX
(
float Frequency |
||
| float | LocalXToFrequency
(
float ScreenX |
||
| float | LocalYToSoundLevel
(
float ScreenY |
||
| float | SoundLevelToLocalY
(
float SoundLevel |
||
| FVector2f | ToLocalPos
(
const FVector2f& FrequencyAndSoundLevel |