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