Navigation
API > API/Plugins > API/Plugins/Synthesis
Represents the appearance of an SSynth2DSlider
| Name | FSynth2DSliderStyle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/Synth2DSliderStyle.h |
| Include Path | #include "UI/Synth2DSliderStyle.h" |
Syntax
USTRUCT (BlueprintType )
struct FSynth2DSliderStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FSynth2DSliderStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSynth2DSliderStyle() |
UI/Synth2DSliderStyle.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSynth2DSliderStyle() |
UI/Synth2DSliderStyle.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | UI/Synth2DSliderStyle.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundImage | FSlateBrush | UI/Synth2DSliderStyle.h |
|
|
| BarThickness | float | UI/Synth2DSliderStyle.h |
|
|
| DisabledBarImage | FSlateBrush | UI/Synth2DSliderStyle.h |
|
|
| DisabledThumbImage | FSlateBrush | Image to use for the 2D handle. | UI/Synth2DSliderStyle.h |
|
| NormalBarImage | FSlateBrush | UI/Synth2DSliderStyle.h |
|
|
| NormalThumbImage | FSlateBrush | Image to use for the 2D handle. | UI/Synth2DSliderStyle.h |
|
Functions
Public
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
UI/Synth2DSliderStyle.h | ||
virtual const FName GetTypeName() |
UI/Synth2DSliderStyle.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FSynth2DSliderStyle & GetDefault() |
UI/Synth2DSliderStyle.h | ||
static void Initialize() |
UI/Synth2DSliderStyle.h |