Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/AudioMaterialSlate
Inheritance Hierarchy
- FSlateWidgetStyle
- FAudioMaterialWidgetStyle
- FAudioMaterialKnobStyle
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioMaterialSlate/AudioMaterialSlateTypes.h |
| Include | #include "AudioMaterialSlate/AudioMaterialSlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FAudioMaterialKnobStyle : public FAudioMaterialWidgetStyle
Remarks
Represents the appearance of an Audio Material Knob
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | KnobAccentColor | The knob's Accent color value. | |
| FLinearColor | KnobBarColor | The knob Bar's Color value. | |
| FLinearColor | KnobBarFillMaxColor | The knob Bar's Fill color value representing the Ending section of the fill. | |
| FLinearColor | KnobBarFillMidColor | The knob Bar's Fill color value representing the Middle section of the fill. | |
| FLinearColor | KnobBarFillMinColor | The knob Bar's Fill color value representing the Starting section of the fill. | |
| FLinearColor | KnobBarFillTintColor | The knob Bar Fill color's Tint value. | |
| FLinearColor | KnobBarShadowColor | The knob Bar's Shadow color value. | |
| FLinearColor | KnobEdgeFillColor | The knob's Edge Fill color value. | |
| FLinearColor | KnobIndicatorDotColor | The knob's Indicator Dot color value. | |
| FLinearColor | KnobMainColor | The knob's Main color value. | |
| FLinearColor | KnobShadowColor | The knob's Shadow color value. | |
| FLinearColor | KnobSmoothBevelColor | The knob's Smooth Bevel color value. | |
| FAudioTextBoxStyle | TextBoxStyle | The style to use for the audio text box widget. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Constants
| Name | Description |
|---|---|
| TypeName |