Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/UI
Inheritance Hierarchy
- FSlateWidgetStyle
- FSynthSlateStyle
References
| Module | Synthesis |
| Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SynthSlateStyle.h |
| Include | #include "UI/SynthSlateStyle.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSynthSlateStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of synth UI elements in slate.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ESynthSlateColorStyle | ColorStyle | Image to use when the slider bar is in its disabled state | |
| ESynthSlateSizeType | SizeType | The size of the knobs to use. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| ISynthSlateResources * | |||
| const FSlateBrush * | GetBrushForValue
(
const float InValue |
||
| const FSynthSlateStyle & | GetDefault () |
||
| FSynthSlateStyle & | SetColorStyle
(
const ESynthSlateColorStyle& InColorStyle |
||
| FSynthSlateStyle & | SetSizeType
(
const ESynthSlateSizeType& InSizeType |
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| const FName | GetTypeName () |
Gets the name of this style.This method must be implemented by inherited structures. |
Constants
| Name | Description |
|---|---|
| SynthSlateResources | |
| TypeName |