Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/UI
Inheritance Hierarchy
- FSlateWidgetStyle
- FSynthKnobStyle
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SynthKnobStyle.h |
| Include | #include "UI/SynthKnobStyle.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSynthKnobStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an SSynthKnob
Variables
| Type | Name | Description | |
|---|---|---|---|
| ESynthKnobSize | KnobSize | The size of the knobs to use. | |
| FSlateBrush | LargeKnob | Image to use for the large knob. | |
| FSlateBrush | LargeKnobOverlay | Image to use for the dot handle. | |
| float | MaxValueAngle | Image to use for the medium knob dot handle. | |
| FSlateBrush | MediumKnob | Image to use for the medium large knob. | |
| FSlateBrush | MediumKnobOverlay | Image to use for the medium knob dot handle. | |
| float | MinValueAngle | Image to use for the medium knob dot handle. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSlateBrush * | GetBaseBrush () |
Returns the base brush to use. | |
| const FSynthKnobStyle & | GetDefault () |
||
| const FSlateBrush * | Returns the overlay brush to represent the given value. | ||
| void | Initialize () |
||
| FSynthKnobStyle & | SetKnobSize
(
const ESynthKnobSize& InKnobSize |
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Gets the brush resources associated with this style. | |
| const FName | GetTypeName () |
Gets the name of this style.This method must be implemented by inherited structures. |
Constants
| Name | Description |
|---|---|
| TypeName |