0x00x07A0
Members 28
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x04 | Value | float | 7 flags | 0 | |
| 0x10 | ValueDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x017C | 0x04 | padding / unreflected | |||
| 0x520 | WidgetStyle | FSpinBoxStyle | 3 flags | {BackgroundBrush={TintColor={SpecifiedColor={LinearColor}, … | |
| 0x04 | MinFractionalDigits | int32 | 7 flags | 1 | |
| 0x04 | MaxFractionalDigits | int32 | 7 flags | 6 | |
| 0x01 | bAlwaysUsesDeltaSnap | bool | 7 flags | false | |
| 0x01 | bEnableSlider | bool | 7 flags | true | |
| 0x06AA | 0x02 | padding / unreflected | |||
| 0x04 | Delta | float | 7 flags | 0 | |
| 0x04 | SliderExponent | float | 7 flags | 1 | |
| 0x06B4 | 0x04 | padding / unreflected | |||
| 0x60 | Font | FSlateFontInfo | 4 flags | {FontObject=/Engine/EngineFonts/Roboto.Roboto, FontMaterial… | |
| 0x01 | Justification | ETextJustify | 7 flags | Left | |
| 0x0719 | 0x03 | padding / unreflected | |||
| 0x04 | MinDesiredWidth | float | 8 flags | 0 | |
| 0x01 | KeyboardType | EVirtualKeyboardType | 7 flags | Number | |
| 0x01 | ClearKeyboardFocusOnCommit | bool | 8 flags | false | |
| 0x01 | SelectAllTextOnCommit | bool | 8 flags | true | |
| 0x0723 | 0x01 | padding / unreflected | |||
| 0x14 | ForegroundColor | FSlateColor | 3 flags | {SpecifiedColor={R=0.472885, G=0.472885, B=0.472885, A=1}, … | |
| 0x10 | OnValueChanged | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnValueCommitted | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnBeginSliderMovement | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnEndSliderMovement | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x01 | bOverride_MinValue : 1bit 0 | bool | Protected+4 flags | false | |
| 0x01 | bOverride_MaxValue : 1bit 1 | bool | Protected+4 flags | false | |
| 0x01 | bOverride_MinSliderValue : 1bit 2 | bool | Protected+4 flags | false | |
| 0x01 | bOverride_MaxSliderValue : 1bit 3 | bool | Protected+4 flags | false | |
| 0x0779 | 0x03 | padding / unreflected | |||
| 0x04 | MinValue | float | Protected+7 flags | 0 | |
| 0x04 | MaxValue | float | Protected+7 flags | 0 | |
| 0x04 | MinSliderValue | float | Protected+7 flags | 0 | |
| 0x04 | MaxSliderValue | float | Protected+7 flags | 0 | |
| 0x078C | 0x14 | unreflected bytes to end of USpinBox | |||
Inherited from UWidget 23
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x08 | Slot | UPanelSlot* | 13 flags | nullptr | |
| 0x10 | bIsEnabledDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | ToolTipTextDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | ToolTipText | FText | 3 flags | <FText> | |
| 0x08 | ToolTipWidget | UWidget* | 12 flags | nullptr | |
| 0x10 | ToolTipWidgetDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | VisibilityDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x38 | RenderTransform | FWidgetTransform | 4 flags | {Translation={X=0, Y=0}, Scale={X=1, Y=1}, Shear={X=0, Y=0}… | |
| 0x10 | RenderTransformPivot | FVector2D | 7 flags | {X=0.5, Y=0.5} | |
| 0x01 | FlowDirectionPreference | EFlowDirectionPreference | 7 flags | Inherit | |
| 0x01 | bIsVariable : 1bit 0 | bool | 3 flags | true | |
| 0x01 | bCreatedByConstructionScript : 1bit 1 | bool | Transient+3 flags | false | |
| 0x01 | bIsEnabled : 1bit 2 | bool | 5 flags | true | |
| 0x01 | bOverride_Cursor : 1bit 3 | bool | 4 flags | false | |
| 0x01 | bIsVolatile : 1bit 4 | bool | Protected+6 flags | false | |
| 0x01 | Cursor | EMouseCursor | 8 flags | Default | |
| 0x01 | Clipping | EWidgetClipping | 7 flags | Inherit | |
| 0x01 | Visibility | ESlateVisibility | 7 flags | Visible | |
| 0x01 | PixelSnapping | EWidgetPixelSnapping | 7 flags | Inherit | |
| 0x00DE | 0x02 | padding / unreflected | |||
| 0x04 | RenderOpacity | float | Protected+7 flags | 1 | |
| 0x00E4 | 0x04 | padding / unreflected | |||
| 0x08 | AccessibleWidgetData | USlateAccessibleWidgetData* | 9 flags | nullptr | |
| 0x08 | Navigation | UWidgetNavigation* | 12 flags | nullptr | |
| 0x00F8 | 0x40 | padding / unreflected | |||
| 0x10 | NativeBindings | TArray<UPropertyBinding*> | TransientProtected+4 flags | [] | |
Functions 26
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetValue(float NewValue) | FinalNative+1 flags | 0x04 | |
| void SetMinValue(float NewValue) | FinalNative+1 flags | 0x04 | |
| void SetMinSliderValue(float NewValue) | FinalNative+1 flags | 0x04 | |
| void SetMinFractionalDigits(int32 NewValue) | FinalNative+1 flags | 0x04 | |
| void SetMaxValue(float NewValue) | FinalNative+1 flags | 0x04 | |
| void SetMaxSliderValue(float NewValue) | FinalNative+1 flags | 0x04 | |
| void SetMaxFractionalDigits(int32 NewValue) | FinalNative+1 flags | 0x04 | |
| void SetForegroundColor(const FSlateColor& InForegroundColor) | FinalNative+1 flags | 0x14 | |
| void SetDelta(float NewValue) | FinalNative+1 flags | 0x04 | |
| void SetAlwaysUsesDeltaSnap(bool bNewValue) | FinalNative+1 flags | 0x01 | |
| void OnSpinBoxValueCommittedEvent__DelegateSignature(float InValue, const ETextCommit& CommitMethod) | Public | 0x05 | |
| void OnSpinBoxValueChangedEvent__DelegateSignature(float InValue) | Public | 0x04 | |
| void OnSpinBoxBeginSliderMovement__DelegateSignature() | Public | 0x00 | |
| float GetValue() | FinalNative+1 flags | 0x04 | |
| float GetMinValue() | FinalNative+1 flags | 0x04 | |
| float GetMinSliderValue() | FinalNative+1 flags | 0x04 | |
| int32 GetMinFractionalDigits() | FinalNative+1 flags | 0x04 | |
| float GetMaxValue() | FinalNative+1 flags | 0x04 | |
| float GetMaxSliderValue() | FinalNative+1 flags | 0x04 | |
| int32 GetMaxFractionalDigits() | FinalNative+1 flags | 0x04 | |
| float GetDelta() | FinalNative+1 flags | 0x04 | |
| bool GetAlwaysUsesDeltaSnap() | FinalNative+1 flags | 0x01 | |
| void ClearMinValue() | FinalNative+1 flags | 0x00 | |
| void ClearMinSliderValue() | FinalNative+1 flags | 0x00 | |
| void ClearMaxValue() | FinalNative+1 flags | 0x00 | |
| void ClearMaxSliderValue() | FinalNative+1 flags | 0x00 |