FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SSynthKnob::FArguments

References

Module

Synthesis

Header

/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SSynthKnob.h

Include

#include "UI/SSynthKnob.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SSynthKnob >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

IsFocusable

(
    bool InArg
)

Sometimes a slider should only be mouse-clickable and never keyboard focusable.

Public function

WidgetArgsTy...

 

Locked

(
    const TAttribute< bool >& InAttrib...
)

Whether the handle is interactive or fixed.

Public function

WidgetArgsTy...

 

MouseFineTuneSpeed

(
    const TAttribute< float >& InAttri...
)

The speed of the knob rotation with the mouse when shift is held while using mouse.

Public function

WidgetArgsTy...

 

MouseSpeed

(
    const TAttribute< float >& InAttri...
)

The speed of the knob rotation with the mouse.

Public function

WidgetArgsTy...

 

OnControllerCaptureBegin

(
    const FSimpleDelegate& InDelegate
)

Invoked when the Controller is pressed and capture begins.

Public function

WidgetArgsTy...

 

OnControllerCaptureEnd

(
    const FSimpleDelegate& InDelegate
)

Invoked when the controller capture is released.

Public function

WidgetArgsTy...

 

OnMouseCaptureBegin

(
    const FSimpleDelegate& InDelegate
)

Invoked when the mouse is pressed and a capture begins.

Public function

WidgetArgsTy...

 

OnMouseCaptureEnd

(
    const FSimpleDelegate& InDelegate
)

Invoked when the mouse is released and a capture ends.

Public function

WidgetArgsTy...

 

OnValueChanged

(
    const FOnFloatValueChanged& InDele...
)

Called when the value is changed by the slider.

Public function

WidgetArgsTy...

 

ParameterName

(
    const TAttribute< FText >& InAttri...
)

The name of the parameter. Can be queried and will show in a popup.

Public function

WidgetArgsTy...

 

ParameterRange

(
    const TAttribute< FVector2D >& InA...
)

Parameter value range.

Public function

WidgetArgsTy...

 

ParameterUnits

(
    const TAttribute< FText >& InAttri...
)

The parameter units.

Public function

WidgetArgsTy...

 

ShowParamTooltip

(
    bool InArg
)

Sometimes a slider should only be mouse-clickable and never keyboard focusable.

Public function

WidgetArgsTy...

 

StepSize

(
    const TAttribute< float >& InAttri...
)

The speed of the knob rotation.

Public function

WidgetArgsTy...

 

Style

(
    const FSynthKnobStyle* InArg
)

The style used to draw the knob.

Public function

WidgetArgsTy...

 

Value

(
    const TAttribute< float >& InAttri...
)

A value that drives where the slider handle appears. Value is normalized between 0 and 1.

Typedefs

Name

Description

WidgetArgsType

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