FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

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

Include

#include "Widgets/Input/SSpinBox.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AlwaysUsesDeltaSnap

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

Whether typed values should use delta snapping, defaults to false

Public function

WidgetArgsTy...

 

ClearKeyboardFocusOnCommit

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

Whether to clear keyboard focus when pressing enter to commit changes

Public function

WidgetArgsTy...

 

ContentPadding

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

Padding to add around this widget and its internal widgets

Public function

WidgetArgsTy...

 

ContextMenuExtender

(
    const FMenuExtensionDelegate& InDe...
)

Menu extender for the 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...

 

Font

(
    const TAttribute< FSlateFontInfo > ...
)

Font used to display text in the slider

Public function

WidgetArgsTy...

 

Justification

(
    const TAttribute< ETextJustify::Typ...
)

How should the value be justified in the spinbox.

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

 

MaxFractionalDigits

(
    const TAttribute< TOptional< int32 ...
)

The maximum fractional digits the spin box displays, defaults to 6

Public function

WidgetArgsTy...

 

MaxSliderValue

(
    const TAttribute< TOptional< Numeri...
)

The maximum value that can be specified by using the slider, defaults to MaxValue

Public function

WidgetArgsTy...

 

MaxValue

(
    const TAttribute< TOptional< Numeri...
)

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

Public function

WidgetArgsTy...

 

MinDesiredWidth

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

Minimum width that a spin box should be

Public function

WidgetArgsTy...

 

MinFractionalDigits

(
    const TAttribute< TOptional< int32 ...
)

The minimum fractional digits the spin box displays, defaults to 1

Public function

WidgetArgsTy...

 

MinSliderValue

(
    const TAttribute< TOptional< Numeri...
)

The minimum value that can be specified by using the slider, defaults to MinValue

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 max slider value is changed (only relevant if SupportDynamicSliderMaxValue is true)

Public function

WidgetArgsTy...

 

OnDynamicSliderMinValueChanged

(
    const FOnDynamicSliderMinMaxValueCh...
)

Called right after the min slider 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...

 

OnValueChanged

(
    const FOnValueChanged& InDelegate
)

Called when the value is changed by slider or typing

Public function

WidgetArgsTy...

 

OnValueCommitted

(
    const FOnValueCommitted& InDelegat...
)

Called when the value is committed (by pressing enter)

Public function

WidgetArgsTy...

 

PreventThrottling

(
    bool InArg
)

If refresh requests for the viewport should happen for all value changes

Public function

WidgetArgsTy...

 

SelectAllTextOnCommit

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

Whether to select all text when pressing enter to commit changes

Public function

WidgetArgsTy...

 

ShiftMouseMovePixelPerDelta

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

How many pixel the mouse must move to change the value of the delta step

Public function

WidgetArgsTy...

 

SliderExponent

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

Use exponential scale for the slider

Public function

WidgetArgsTy...

 

SliderExponentNeutralValue

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

When use exponential scale for the slider which is the neutral value

Public function

WidgetArgsTy...

 

Style

(
    const FSpinBoxStyle* InArg
)

The style used to draw this spinbox

Public function

WidgetArgsTy...

 

SupportDynamicSliderMaxValue

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

Tell us if we want to support dynamically changing of the max value using ctrl

Public function

WidgetArgsTy...

 

SupportDynamicSliderMinValue

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

Tell us if we want to support dynamically changing of the min value using ctrl

Public function

WidgetArgsTy...

 

TypeInterface

Provide custom type conversion functionality to this spin box

Public function

WidgetArgsTy...

 

Value

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

The value to display

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