Navigation
Unreal Engine C++ API Reference > 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&40;BlueprintType&41;
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 | Initialize () |
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 |