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