FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SSynth2DSlider::FArguments

References

Module

Synthesis

Header

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

Include

#include "UI/SSynth2DSlider.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SSynth2DSlider >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

IndentHandle

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

Whether the slidable area should be indented to fit the handle.

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...

 

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...

 

OnValueChangedX

(
    const FOnFloatValueChanged& InDele...
)

Called when the value is changed by the slider.

Public function

WidgetArgsTy...

 

OnValueChangedY

(
    const FOnFloatValueChanged& InDele...
)

Called when the value is changed by the slider.

Public function

WidgetArgsTy...

 

StepSize

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

The input mode while using the controller.

Public function

WidgetArgsTy...

 

Style

(
    const FSynth2DSliderStyle* InA...
)

The style used to draw the slider.

Public function

WidgetArgsTy...

 

ValueX

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

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

Public function

WidgetArgsTy...

 

ValueY

(
    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