Navigation
API > API/Plugins > API/Plugins/Synthesis
Represents the appearance of an SSynthKnob
| Name | FSynthKnobStyle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SynthKnobStyle.h |
| Include Path | #include "UI/SynthKnobStyle.h" |
Syntax
USTRUCT (BlueprintType )
struct FSynthKnobStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FSynthKnobStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSynthKnobStyle() |
UI/SynthKnobStyle.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSynthKnobStyle() |
UI/SynthKnobStyle.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | UI/SynthKnobStyle.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KnobSize | ESynthKnobSize | The size of the knobs to use. | UI/SynthKnobStyle.h |
|
| LargeKnob | FSlateBrush | Image to use for the large knob. | UI/SynthKnobStyle.h |
|
| LargeKnobOverlay | FSlateBrush | Image to use for the dot handle. | UI/SynthKnobStyle.h |
|
| MaxValueAngle | float | Image to use for the medium knob dot handle. | UI/SynthKnobStyle.h |
|
| MediumKnob | FSlateBrush | Image to use for the medium large knob. | UI/SynthKnobStyle.h |
|
| MediumKnobOverlay | FSlateBrush | Image to use for the medium knob dot handle. | UI/SynthKnobStyle.h |
|
| MinValueAngle | float | Image to use for the medium knob dot handle. | UI/SynthKnobStyle.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSlateBrush * GetBaseBrush() |
Returns the base brush to use. | UI/SynthKnobStyle.h | |
const FSlateBrush * GetOverlayBrush() |
Returns the overlay brush to represent the given value. | UI/SynthKnobStyle.h | |
FSynthKnobStyle & SetKnobSize
(
const ESynthKnobSize& InKnobSize |
UI/SynthKnobStyle.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
UI/SynthKnobStyle.h | ||
virtual const FName GetTypeName() |
UI/SynthKnobStyle.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FSynthKnobStyle & GetDefault() |
UI/SynthKnobStyle.h | ||
static void Initialize() |
UI/SynthKnobStyle.h |