Navigation
API > API/Plugins > API/Plugins/Synthesis
Represents the appearance of synth UI elements in slate.
| Name | FSynthSlateStyle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SynthSlateStyle.h |
| Include Path | #include "UI/SynthSlateStyle.h" |
Syntax
USTRUCT (BlueprintType )
struct FSynthSlateStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FSynthSlateStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSynthSlateStyle() |
UI/SynthSlateStyle.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSynthSlateStyle() |
UI/SynthSlateStyle.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SynthSlateResources | ISynthSlateResources * | UI/SynthSlateStyle.h | |
| TypeName | const FName | UI/SynthSlateStyle.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColorStyle | ESynthSlateColorStyle | Image to use when the slider bar is in its disabled state | UI/SynthSlateStyle.h |
|
| SizeType | ESynthSlateSizeType | The size of the knobs to use. | UI/SynthSlateStyle.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSlateBrush * GetBrushForValue
(
const float InValue |
UI/SynthSlateStyle.h | ||
FSynthSlateStyle & SetColorStyle
(
const ESynthSlateColorStyle& InColorStyle |
UI/SynthSlateStyle.h | ||
FSynthSlateStyle & SetSizeType
(
const ESynthSlateSizeType& InSizeType |
UI/SynthSlateStyle.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FName GetTypeName() |
UI/SynthSlateStyle.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ISynthSlateResources * CreateSynthSlateResources() |
UI/SynthSlateStyle.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FSynthSlateStyle & GetDefault() |
UI/SynthSlateStyle.h |