Classes

USpinBox

UWidget > UVisual > UObject

A numerical entry box that allows for direct entry of the number or allows the user to click and slide the number.

Member Type Offset Share
Value

Value stored in this spin box

float 0x108
ValueDelegate

A bindable delegate to allow logic to drive the value of the widget

FDelegate 0x10c
WidgetStyle

The Style

FSpinBoxStyle 0x120
Style USlateWidgetStyleAsset* 0x408
MinFractionalDigits

The minimum required fractional digits - default 1

int32_t 0x410
MaxFractionalDigits

The maximume required fractional digits - default 6

int32_t 0x414
bAlwaysUsesDeltaSnap

Whether this spin box should use the delta snapping logic for typed values - default false

bool 0x418
Delta

The amount by which to change the spin box value as the slider moves.

float 0x41c
SliderExponent

The exponent by which to increase the delta as the mouse moves.

float 0x420
Font

Font color and opacity (overrides style)

FSlateFontInfo 0x428
Justification

The justification the value text should appear as.

ETextJustify 0x478
MinDesiredWidth

The minimum width of the spin box

float 0x47c
ClearKeyboardFocusOnCommit

Whether to remove the keyboard focus from the spin box when the value is committed

bool 0x480
SelectAllTextOnCommit

Whether to select the text in the spin box when the value is committed

bool 0x481
ForegroundColor FSlateColor 0x488
OnValueChanged

Called when the value is changed interactively by the user

FMulticastInlineDelegate 0x4b0
OnValueCommitted

Called when the value is committed. Occurs when the user presses Enter or the text box loses focus.

FMulticastInlineDelegate 0x4c0
OnBeginSliderMovement

Called right before the slider begins to move

FMulticastInlineDelegate 0x4d0
OnEndSliderMovement

Called right after the slider handle is released by the user

FMulticastInlineDelegate 0x4e0
bOverride_MinValue : 1 char 0x4f0
bOverride_MaxValue : 1 char 0x4f0
bOverride_MinSliderValue : 1 char 0x4f0
bOverride_MaxSliderValue : 1 char 0x4f0
MinValue

The minimum allowable value that can be manually entered into the spin box

float 0x4f4
MaxValue

The maximum allowable value that can be manually entered into the spin box

float 0x4f8
MinSliderValue

The minimum allowable value that can be specified using the slider

float 0x4fc
MaxSliderValue

The maximum allowable value that can be specified using the slider

float 0x500