Navigation
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| F2DLineCoordinates | |||
| FAudioColorMapper | Helper class for normalizing and applying a colormapping to unnormalized data. | ||
| FAudioMeter | |||
| FAudioMeterDefaultColorStyle | |||
| FAudioMeterStyle | Represents the appearance of an SAudioMeter | ||
| FAudioOscilloscope | |||
| FAudioOscilloscopePanelStyle | Represents the appearance of an SAudioOscilloscopePanelWidget | ||
| FAudioPowerSpectrumData | The audio spectrum data to plot. | ||
| FAudioRadialSliderStyle | Represents the appearance of an Audio Radial Slider | ||
| FAudioSliderStyle | Represents the appearance of an Audio Slider | ||
| FAudioSpectrogramFrameData | Struct for passing spectrum data for one frame of the spectrogram | ||
| FAudioSpectrogramViewport | Maintains a history of spectrogram frames, and presents their visualization by implementing ISlateViewport. | ||
| FAudioSpectrogramViewportRenderParams | Parameters for the spectrogram viewport. | ||
| FAudioSpectrumAnalyzer | Owns an analyzer and a corresponding Slate widget for displaying the resulting spectrum. | ||
| FAudioSpectrumAnalyzerParams | Constructor parameters for the analyzer. | ||
| FAudioSpectrumPlotScaleInfo | Utility class for converting between spectrum data and local/absolute screen space. | ||
| FAudioSpectrumPlotStyle | Represents the appearance of an SAudioSpectrumPlot | ||
| FAudioTextBoxStyle | Represents the appearance of an Audio Text Box | ||
| FAudioUnitProcessor | Processor to allow output and display of different Audio Units. | ||
| FAudioVectorscope | |||
| FAudioVectorscopePanelStyle | Represents the appearance of an SAudioVectorscopePanelWidget | ||
| FAudioWidgetsModule | |||
| FAudioWidgetsStyle | Slate style set that defines all the styles for audio widgets | ||
| FDimensionSlot | Represents a dimensional slot in which samples, sample bins or a grid can be drawn | ||
| FFixedSampledSequenceGridData | |||
| FFixedSampledSequenceGridMetrics | |||
| FFixedSampledSequenceView | |||
| FFixedSampleSequenceRulerStyle | Represents the appearance of a Sampled Sequence Time Ruler | ||
| FFrequencyProcessor | |||
| FGridData | DrawCoordinates: Coordinates of different grid lines PositionRatios: the Ratio of each grid line position in relationship to the main axis length | ||
| FMeterChannelInfo | |||
| FOnAudioRadialSliderValueChangedEvent | |||
| FPlayheadOverlayStyle | Represents the appearance of a Waveform Viewer Overlay style | ||
| FSampledSequenceDrawingParams | |||
| FSampledSequenceValueGridOverlayStyle | Represents the appearance of a Sampled Sequence Value Grid Overlay | ||
| FSampledSequenceVectorViewerStyle | Represents the appearance of a trigger threshold line | ||
| FSampledSequenceViewerStyle | Represents the appearance of a Sampled Sequence Viewer | ||
| FSparseSampledSequenceTransportCoordinator | |||
| FTriggerThresholdLineStyle | Represents the appearance of a trigger threshold line | ||
| FVolumeProcessor | |||
| FWaveformAudioSamplesDataProvider | |||
| IFixedSampledSequenceGridService | |||
| IFixedSampledSequenceViewProvider | |||
| IFixedSampledSequenceViewReceiver | |||
| ISparseSampledSequenceTransportCoordinator | |||
| SAudioInputWidget | Abstract class for use by audio sliders and knobs that consists of a visual representation of a float value and a text label. | ||
| SAudioMeterBase | |||
| UAudioFrequencyRadialSlider | An audio slider widget, for use with frequency. | ||
| UAudioFrequencySlider | An audio slider widget, for use with frequency. | ||
| UAudioMeter | An audio meter widget. | ||
| UAudioOscilloscope | An oscilloscope UMG widget.Supports displaying waveforms from incoming audio samples. | ||
| UAudioRadialSlider | An audio radial slider widget. | ||
| UAudioSlider | An audio slider widget with customizable curves. | ||
| UAudioSliderBase | An audio slider widget. | ||
| UAudioVectorscope | A vectorscope UMG widget. | ||
| UAudioVolumeRadialSlider | An audio slider widget, for use with volume. | ||
| UAudioVolumeSlider | An audio slider widget with default customizable curves for volume (dB). |
Typedefs
Enums
Functions
| Type | Name | Description | |
|---|---|---|---|
| FCursorReply | AudioWidgetsUtils::RouteCursorQuery
(
const FPointerEvent& CursorEvent, |
Propagates a cursor query through an array of widget until that input is handled or all the elements have been iterated | |
| FReply | AudioWidgetsUtils::RouteMouseInput
(
WidgetMouseInputFunction InputFunction, |
Propagates mouse input through an array of widget until that input is handled or all the elements have been iterated | |
| bool | operator==
(
const FMeterChannelInfo& lhs, |
||
| void | SampledSequenceDrawingUtils::GenerateEvenlySplitGridForGeometry
(
TArray< FGridData >& OutGridData, |
Generates an evenly divided grid from a given geometry, following the orientation provided in the Params struct argument. | |
| void | SampledSequenceDrawingUtils::GenerateEvenlySplitGridForLine
(
TArray< double >& OutDrawCoordinates, |
||
| void | SampledSequenceDrawingUtils::GenerateMidpointSplitGridForGeometry
(
TArray< FGridData >& OutGridData, |
Generates a midline divided grid from a given geometry, following the orientation provided in the Params struct argument. | |
| void | SampledSequenceDrawingUtils::GenerateMidpointSplitGridForLine
(
TArray< double >& OutDrawCoordinates, |
||
| void | SampledSequenceDrawingUtils::GenerateSampleBinsCoordinatesForGeometry
(
TArray< F2DLineCoordinates >& OutDrawCoordinates, |
Generates an array of coordinates to draw binned samples as vertical lines. | |
| void | SampledSequenceDrawingUtils::GenerateSequencedSamplesCoordinatesForGeometry
(
TArray< FVector2D >& OutDrawCoordinates, |
Generates an array of coordinates to draw single samples in succession horizontally. | |
| void | Groups samples of a time series into an equal number of desired bins. | ||
| void | Groups samples evenly into a number of desired bins. |