FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SNumericDropDown::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h

Include

#include "Widgets/Input/SNumericDropDown.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

bShowNamedValue

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

Toggle to show the drop down text value if the value matches the numeric value.

Public function

WidgetArgsTy...

 

DropDownValues

(
    TArray< FNamedValue > InArg
)

The values which are used to populate the drop down menu.

Public function

WidgetArgsTy...

 

LabelText

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

The text which is displayed in the label next to the control.

Public function

WidgetArgsTy...

 

MinDesiredValueWidth

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

Controls the minimum width for the text box portion of the control.

Public function

WidgetArgsTy...

 

OnValueChanged

(
    const FOnValueChanged& InDelegate
)

The callback for when the value changes.

Public function

WidgetArgsTy...

 

Orientation

(
    const TAttribute< EOrientation >& ...
)

Controls the label placement for the control.

Public function

WidgetArgsTy...

 

Value

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

The value displayed by the control.

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