Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FAudioUnitProcessor
- FFrequencyProcessor
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioInputWidget.h |
| Include | #include "SAudioInputWidget.h" |
Syntax
struct FFrequencyProcessor : public FAudioUnitProcessor
Overridden from FAudioUnitProcessor
| Type | Name | Description | |
|---|---|---|---|
| const FVector2D | Get the default Output range for the processor. | ||
| const float | GetOutputValue
(
const FVector2D OutputRange, |
Get the OutputValue. This is where to calculate what the processor will actually output | |
| const float | GetSliderValue
(
const FVector2D OutputRange, |
Get the Value for the slider. This should be clamped to be inside the given slider range | |
| const FText | GetUnitsText () |
Get the units that the processor will output |