FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SAnalogSlider::FArguments

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/SAnalogSlider.h

Include

#include "SAnalogSlider.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SAnalogSlider >

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

 

OnAnalogCapture

(
    const FOnFloatValueChanged& InDele...
)

Invoked when the mouse is pressed and a capture begins.

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

 

Orientation

(
    EOrientation InArg
)

The slider's orientation.

Public function

WidgetArgsTy...

 

SliderBarColor

(
    const TAttribute< FSlateColor >& I...
)

The color to draw the slider bar in.

Public function

WidgetArgsTy...

 

SliderHandleColor

(
    const TAttribute< FSlateColor >& I...
)

The color to draw the slider handle in.

Public function

WidgetArgsTy...

 

StepSize

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

The input mode while using the controller.

Public function

WidgetArgsTy...

 

Style

(
    const FSliderStyle* InArg
)

The style used to draw the slider.

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