FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SNumericEntryBox::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Input/SNumericEntryBox.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AllowSpin

(
    bool InArg
)

Whether or not the user should be able to change the value by dragging with the mouse cursor

Public function

WidgetArgsTy...

 

BorderBackgroundColor

(
    FSlateColor InArg
)

Border Background Color

Public function

WidgetArgsTy...

 

BorderForegroundColor

(
    FSlateColor InArg
)

Border Foreground Color

Public function

WidgetArgsTy...

 

ContextMenuExtender

(
    const FMenuExtensionDelegate& InDe...
)

Menu extender for right-click context menu

Public function

WidgetArgsTy...

 

Delta

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

Delta to increment the value as the slider moves. If not specified will determine automatically

Public function

WidgetArgsTy...

 

EditableTextBoxStyle

(
    const FEditableTextBoxStyle* I...
)

Style to use for the editable text box within this widget

Public function

WidgetArgsTy...

 

Font

(
    const TAttribute< FSlateFontInfo > ...
)

Font color and opacity

Public function

NamedSlotPro...

 

Label()

Slot for this button's content (optional)

Public function

WidgetArgsTy...

 

LabelPadding

(
    FMargin InArg
)

Padding around the label content

Public function

WidgetArgsTy...

 

LabelVAlign

(
    EVerticalAlignment InArg
)

Vertical alignment of the label content

Public function

WidgetArgsTy...

 

LinearDeltaSensitivity

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

If we're an unbounded spinbox, what value do we divide mouse movement by before multiplying by Delta.

Public function

WidgetArgsTy...

 

MaxSliderValue

(
    const TAttribute< TOptional< Numeri...
)

The maximum value that can be specified by using the slider

Public function

WidgetArgsTy...

 

MaxValue

(
    const TAttribute< TOptional< Numeri...
)

The maximum value that can be entered into the text edit box

Public function

WidgetArgsTy...

 

MinDesiredValueWidth

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

The minimum desired width for the value portion of the control.

Public function

WidgetArgsTy...

 

MinSliderValue

(
    const TAttribute< TOptional< Numeri...
)

The minimum value that can be specified by using the slider

Public function

WidgetArgsTy...

 

MinValue

(
    const TAttribute< TOptional< Numeri...
)

The minimum value that can be entered into the text edit box

Public function

WidgetArgsTy...

 

OnBeginSliderMovement

(
    const FSimpleDelegate& InDelegate
)

Called right before the slider begins to move

Public function

WidgetArgsTy...

 

OnDynamicSliderMaxValueChanged

(
    const FOnDynamicSliderMinMaxValueCh...
)

Called right after the spinner max value is changed (only relevant if SupportDynamicSliderMaxValue is true)

Public function

WidgetArgsTy...

 

OnDynamicSliderMinValueChanged

(
    const FOnDynamicSliderMinMaxValueCh...
)

Called right after the spinner min value is changed (only relevant if SupportDynamicSliderMinValue is true)

Public function

WidgetArgsTy...

 

OnEndSliderMovement

(
    const FOnValueChanged& InDelegate
)

Called right after the slider handle is released by the user

Public function

WidgetArgsTy...

 

OnUndeterminedValueChanged

(
    const FOnUndeterminedValueChanged&...
)

Called whenever the text is changed programmatically or interactively by the user

Public function

WidgetArgsTy...

 

OnUndeterminedValueCommitted

(
    const FOnUndeterminedValueCommitted...
)

Called whenever the text is committed.

Public function

WidgetArgsTy...

 

OnValueChanged

(
    const FOnValueChanged& InDelegate
)

Called whenever the text is changed programmatically or interactively by the user

Public function

WidgetArgsTy...

 

OnValueCommitted

(
    const FOnValueCommitted& InDelegat...
)

Called whenever the text is committed.

Public function

WidgetArgsTy...

 

OverrideTextMargin

(
    const TAttribute< FMargin >& InAtt...
)

The text margin to use if overridden.

Public function

WidgetArgsTy...

 

ShiftMouseMovePixelPerDelta

(
    int32 InArg
)

How many pixel the mouse must move to change the value of the delta step (only use if there is a spinbox allow)

Public function

WidgetArgsTy...

 

SliderExponent

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

Use exponential scale for the slider

Public function

WidgetArgsTy...

 

SliderExponentNeutralValue

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

When using exponential scale specify a neutral value where we want the maximum precision (by default it is the smallest slider value)

Public function

WidgetArgsTy...

 

SpinBoxStyle

(
    const FSpinBoxStyle* InArg
)

Style to use for the spin box within this widget

Public function

WidgetArgsTy...

 

SupportDynamicSliderMaxValue

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

Tell us if we want to support dynamically changing of the max value using ctrl (only use if there is a spinbox allow)

Public function

WidgetArgsTy...

 

SupportDynamicSliderMinValue

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

Tell us if we want to support dynamically changing of the min value using ctrl (only use if there is a spinbox allow)

Public function

WidgetArgsTy...

 

TypeInterface

Provide custom type conversion functionality to this spin box

Public function

WidgetArgsTy...

 

UndeterminedString

(
    FText InArg
)

The string to display if the value cannot be determined

Public function

WidgetArgsTy...

 

Value

(
    const TAttribute< TOptional< Numeri...
)

The value that should be displayed.

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