Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- FSlateWidgetStyle
- FAudioSpectrumPlotStyle
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioSpectrumPlotStyle.h |
| Include | #include "AudioSpectrumPlotStyle.h" |
Syntax
USTRUCT (BlueprintType )
struct FAudioSpectrumPlotStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an SAudioSpectrumPlot
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateColor | AxisLabelColor | ||
| FSlateFontInfo | AxisLabelFont | ||
| FSlateColor | BackgroundColor | ||
| FSlateColor | CrosshairColor | ||
| FSlateFontInfo | CrosshairLabelFont | ||
| FSlateColor | GridColor | ||
| FSlateColor | SpectrumColor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FAudioSpectrumPlotStyle & | GetDefault () |
||
| const FName | GetTypeName () |
||
| FAudioSpectrumPlotStyle & | SetAxisLabelColor
(
const FSlateColor& InAxisLabelColor |
||
| FAudioSpectrumPlotStyle & | SetAxisLabelFont
(
const FSlateFontInfo& InAxisLabelFont |
||
| FAudioSpectrumPlotStyle & | SetBackgroundColor
(
const FSlateColor& InBackgroundColor |
||
| FAudioSpectrumPlotStyle & | SetCrosshairColor
(
const FSlateColor& InCrosshairColor |
||
| FAudioSpectrumPlotStyle & | SetCrosshairLabelFont
(
const FSlateFontInfo& InCrosshairLabelFont |
||
| FAudioSpectrumPlotStyle & | SetGridColor
(
const FSlateColor& InGridColor |
||
| FAudioSpectrumPlotStyle & | SetSpectrumColor
(
const FSlateColor& InSpectrumColor |
Constants
| Name | Description |
|---|---|
| TypeName |