FSynth2DSliderStyle

Represents the appearance of an [SSynth2DSlider](API\Plugins\Synthesis\UI\SSynth2DSlider)

Windows
MacOS
Linux

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](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FSynth2DSliderStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an SSynth2DSlider

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FSlateBrush

 

BackgroundImage

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

float

 

BarThickness

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FSlateBrush

 

DisabledBarImage

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FSlateBrush

 

DisabledThumbImage

Image to use for the 2D handle.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FSlateBrush

 

NormalBarImage

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FSlateBrush

 

NormalThumbImage

Image to use for the 2D handle.

Constructors

Name Description

Public function

FSynth2DSliderStyle()

Destructors

Name Description

Public function Virtual

~FSynth2DSliderStyle()

Functions

Name Description

Public function Static

const FSynth...

 

GetDefault()

Public function Static

void

 

Initialize()

Overridden from FSlateWidgetStyle

Name Description

Public function Virtual Const

void

 

GetResources

(
    TArray< const FSlateBrush* >&...
)

Gets the brush resources associated with this style.

Public function Virtual Const

const FName

 

GetTypeName()

Gets the name of this style.

This method must be implemented by inherited structures.

Constants

Name

Description

TypeName

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss