AudioWidgets

Choose your operating system:

Windows

macOS

Linux

Classes

Name

Description

Public struct UStruct BlueprintType

FAudioMeterStyle

Represents the appearance of an SAudioMeter

Public struct UStruct BlueprintType

FAudioRadialSliderStyle

Represents the appearance of an Audio Radial Slider

Public struct UStruct BlueprintType

FAudioSliderStyle

Represents the appearance of an Audio Slider

Public struct UStruct BlueprintType

FAudioTextBoxStyle

Represents the appearance of an Audio Text Box

Public class

FAudioWidgetsModule

Public class

FAudioWidgetsStyle

Slate style set that defines all the styles for audio widgets

Public struct UStruct BlueprintType

FMeterChannelInfo

Public class

FOnAudioRadialSliderValueChangedEvent

Public class

SAudioFrequencyRadialSlider

An Audio Radial Slider widget with default logarithmic conversion intended to be used for frequency (Hz).

Public class

SAudioFrequencySlider

An Audio Slider widget intended to be used for frequency output, with output frequency range but no customizable curves.

Public class

SAudioInputWidget

Abstract class for use by audio sliders and knobs that consists of a visual representation of a float value and a text label.

Public class

SAudioMeter

A Slate slider control is a linear scale and draggable handle.

Public class

SAudioRadialSlider

Slate audio radial sliders that wrap SRadialSlider and provides additional audio specific functionality.

Public class

SAudioSlider

An Audio Slider widget with customizable curves.

Public class

SAudioSliderBase

Slate audio sliders that wrap SSlider and provides additional audio specific functionality.

Public class

SAudioTextBox

Public class

SAudioVolumeRadialSlider

An Audio Radial Slider widget with default conversion for volume (dB).

Public class

SAudioVolumeSlider

An Audio Slider widget intended to be used for volume output, with output decibel range but no customizable curves.

Public class UClass

UAudioFrequencyRadialSlider

An audio slider widget, for use with frequency.

Public class UClass

UAudioFrequencySlider

An audio slider widget, for use with frequency.

Public class UClass

UAudioMeter

An audio meter widget.

Public class UClass

UAudioRadialSlider

An audio radial slider widget.

Public class UClass

UAudioSlider

An audio slider widget with customizable curves.

Public class UClass Abstract

UAudioSliderBase

An audio slider widget.

Public class UClass

UAudioVolumeRadialSlider

An audio slider widget, for use with volume.

Public class UClass

UAudioVolumeSlider

An audio slider widget with default customizable curves for volume (dB).

Enums

Name

Description

Public enum UEnum

EAudioRadialSliderLayout

Functions

Name Description

Public function

bool

 

operator==

(
    const FMeterChannelInfo& lhs,
    const FMeterChannelInfo& rhs
)