Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAudioMaterialButtonStyle | Represents the appearance of an Audio Material Button | ||
| FAudioMaterialEnvelopeSettings | |||
| FAudioMaterialEnvelopeStyle | Represents the appearance of an Audio Material Envelope | ||
| FAudioMaterialKnobStyle | Represents the appearance of an Audio Material Knob | ||
| FAudioMaterialMeterStyle | Represents the appearance of an Audio Material Meter | ||
| FAudioMaterialSliderStyle | Represents the appearance of an Audio Material Slider | ||
| FAudioMaterialWidgetStyle | Base for the appearance of an Audio Material Slates | ||
| FOnButtonPressedChangedEvent | |||
| FOnKnobValueChangedEvent | |||
| FOnSliderFloatValueChangedEvent | |||
| UAudioMaterialButton | A simple widget that shows a button Button is rendered by using material instead of texture. | ||
| UAudioMaterialButtonWidgetStyle | |||
| UAudioMaterialEnvelope | A simple widget that shows a envelope curve Depending on given AudioMaterialEnvelopeSetings Rendered by using material instead of texture. | ||
| UAudioMaterialKnob | A simple widget that shows a turning Knob that allows you to control the value between 0..1. | ||
| UAudioMaterialKnobWidgetStyle | |||
| UAudioMaterialMeter | Meter is rendered by using material instead of texture.* No Children | ||
| UAudioMaterialMeterWidgetStyle | |||
| UAudioMaterialSlider | A simple widget that shows a sliding bar with a handle that allows you to control the value between 0..1. | ||
| UAudioMaterialSliderWidgetStyle |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EAudioMaterialEnvelopeType | Envelope curve types A: Attack D: Decay S: Sustain R: Release |