Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/AudioMaterialSlate
Inheritance Hierarchy
- FSlateWidgetStyle
- FAudioMaterialWidgetStyle
- FAudioMaterialSliderStyle
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioMaterialSlate/AudioMaterialSlateTypes.h |
| Include | #include "AudioMaterialSlate/AudioMaterialSlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FAudioMaterialSliderStyle : public FAudioMaterialWidgetStyle
Remarks
Represents the appearance of an Audio Material Slider
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | SliderBackgroundAccentColor | The slider Bar's Background Accent color value. | |
| FLinearColor | SliderBackgroundColor | The slider Bar's Background color value. | |
| FLinearColor | SliderHandleMainColor | The slider Handle's Main color value. | |
| FLinearColor | SliderHandleOutlineColor | The slider Handle's Outline color value. | |
| FLinearColor | SliderValueMainColor | The slider's Color value representing the slider's Output Value amount. | |
| FAudioTextBoxStyle | TextBoxStyle | The style to use for the audio text box widget. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FAudioMaterialSliderStyle & | GetDefault () |
||
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
FSlateWidgetStyle. | |
| const FName | GetTypeName () |
||
| FAudioMaterialSliderStyle & | SetMaterial
(
UMaterialInterface* InMaterialInterface |
||
| FAudioMaterialSliderStyle & | SetSliderBarBackgroundAccentColor
(
const FLinearColor& InColor |
||
| FAudioMaterialSliderStyle & | SetSliderBarBackgroundColor
(
const FLinearColor& InColor |
||
| FAudioMaterialSliderStyle & | SetSliderBarValueMainColor
(
const FLinearColor& InColor |
||
| FAudioMaterialSliderStyle & | SetSliderHandleMainColor
(
const FLinearColor& InColor |
||
| FAudioMaterialSliderStyle & | SetSliderHandleOutlineColor
(
const FLinearColor& InColor |
||
| FAudioMaterialSliderStyle & | SetTextBoxStyle
(
const FAudioTextBoxStyle& InTextBoxStyle |
Constants
| Name | Description |
|---|---|
| TypeName |