0x00x0B90
Members 27
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x04 | ScrollAnimationInterpolationSpeed | float | 7 flags | 15 | |
| 0x01 | bEnableTouchScrolling | bool | 7 flags | true | |
| 0x01 | bConsumePointerInput | bool | 7 flags | true | |
| 0x0186 | 0x02 | padding / unreflected | |||
| 0x18 | AnalogMouseWheelKey | FKey | 4 flags | {KeyName=None} | |
| 0x01 | bIsFocusable | bool | 7 flags | false | |
| 0x01A1 | 0x0F | padding / unreflected | |||
| 0x2F0 | WidgetStyle | FScrollBoxStyle | 3 flags | {BarThickness=9, TopShadowBrush={TintColor={SpecifiedColor=… | |
| 0x650 | WidgetBarStyle | FScrollBarStyle | 3 flags | {HorizontalBackgroundImage={TintColor={SpecifiedColor={Line… | |
| 0x01 | Orientation | EOrientation | 7 flags | Orient_Vertical | |
| 0x01 | ScrollBarVisibility | ESlateVisibility | 7 flags | Visible | |
| 0x01 | ConsumeMouseWheel | EConsumeMouseWheel | 7 flags | WhenScrollingPossible | |
| 0x0AF3 | 0x05 | padding / unreflected | |||
| 0x10 | ScrollbarThickness | FVector2D | 7 flags | {X=9, Y=9} | |
| 0x10 | ScrollBarPadding | FMargin | 6 flags | {Left=2, Top=2, Right=2, Bottom=2} | |
| 0x01 | AlwaysShowScrollbar | bool | 7 flags | false | |
| 0x01 | AlwaysShowScrollbarTrack | bool | 7 flags | false | |
| 0x01 | AllowOverscroll | bool | 7 flags | true | |
| 0x01 | BackPadScrolling | bool | 8 flags | false | |
| 0x01 | FrontPadScrolling | bool | 8 flags | false | |
| 0x01 | bAnimateWheelScrolling | bool | 7 flags | false | |
| 0x01 | NavigationDestination | EDescendantScrollDestination | 7 flags | IntoView | |
| 0x0B1F | 0x01 | padding / unreflected | |||
| 0x04 | NavigationScrollPadding | float | 8 flags | 0 | |
| 0x01 | ScrollWhenFocusChanges | EScrollWhenFocusChanges | 7 flags | NoScroll | |
| 0x01 | bAllowRightClickDragScrolling | bool | 7 flags | true | |
| 0x0B26 | 0x02 | padding / unreflected | |||
| 0x04 | WheelScrollMultiplier | float | 7 flags | 1 | |
| 0x0B2C | 0x04 | padding / unreflected | |||
| 0x10 | OnUserScrolled | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnScrollBarVisibilityChanged | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnFocusReceived | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnFocusLost | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x0B70 | 0x20 | unreflected bytes to end of UScrollBox | |||
Inherited from UPanelWidget 1
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | Slots | TArray<UPanelSlot*> | Protected+6 flags | [] |
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 31
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetWheelScrollMultiplier(float NewWheelScrollMultiplier) | FinalNative+1 flags | 0x04 | |
| void SetScrollWhenFocusChanges(const EScrollWhenFocusChanges& NewScrollWhenFocusChanges) | FinalNative+1 flags | 0x01 | |
| void SetScrollOffset(float NewScrollOffset) | FinalNative+1 flags | 0x04 | |
| void SetScrollbarVisibility(const ESlateVisibility& NewScrollBarVisibility) | FinalNative+1 flags | 0x01 | |
| void SetScrollbarThickness(const FVector2D& NewScrollbarThickness) | FinalNative+1 flags | 0x10 | |
| void SetScrollBarPadding(const FMargin& NewScrollbarPadding) | FinalNative+1 flags | 0x10 | |
| void SetScrollAnimationInterpolationSpeed(float NewScrollAnimationInterpolationSpeed) | FinalNative+1 flags | 0x04 | |
| void SetOrientation(const EOrientation& NewOrientation) | FinalNative+1 flags | 0x01 | |
| void SetNavigationDestination(const EDescendantScrollDestination& NewNavigationDestination) | FinalNative+1 flags | 0x01 | |
| void SetIsTouchScrollingEnabled(bool bInEnableTouchScrolling) | FinalNative+1 flags | 0x01 | |
| void SetIsFocusable(bool bInIsFocusable) | FinalNative+1 flags | 0x01 | |
| void SetConsumePointerInput(bool bInConsumePointerInput) | FinalNative+1 flags | 0x01 | |
| void SetConsumeMouseWheel(const EConsumeMouseWheel& NewConsumeMouseWheel) | FinalNative+1 flags | 0x01 | |
| void SetAnimateWheelScrolling(bool bShouldAnimateWheelScrolling) | FinalNative+1 flags | 0x01 | |
| void SetAnalogMouseWheelKey(const FKey& InMouseWheelKey) | FinalNative+1 flags | 0x18 | |
| void SetAlwaysShowScrollbar(bool NewAlwaysShowScrollbar) | FinalNative+1 flags | 0x01 | |
| void SetAllowOverscroll(bool NewAllowOverscroll) | FinalNative+1 flags | 0x01 | |
| void ScrollWidgetIntoView(UWidget* WidgetToFind, bool AnimateScroll, const EDescendantScrollDestination& ScrollDestination, float Padding) | FinalNative+1 flags | 0x10 | |
| void ScrollToStart() | FinalNative+1 flags | 0x00 | |
| void ScrollToEnd() | FinalNative+1 flags | 0x00 | |
| float GetViewOffsetFraction() | FinalNative+1 flags | 0x04 | |
| float GetViewFraction() | FinalNative+1 flags | 0x04 | |
| float GetScrollOffsetOfEnd() | FinalNative+1 flags | 0x04 | |
| float GetScrollOffset() | FinalNative+1 flags | 0x04 | |
| float GetOverscrollPercentage() | FinalNative+1 flags | 0x04 | |
| float GetOverscrollOffset() | FinalNative+1 flags | 0x04 | |
| bool GetIsScrolling() | FinalNative+1 flags | 0x01 | |
| bool GetIsFocusable() | FinalNative+1 flags | 0x01 | |
| bool GetConsumePointerInput() | FinalNative+1 flags | 0x01 | |
| FKey GetAnalogMouseWheelKey() | FinalNative+1 flags | 0x18 | |
| void EndInertialScrolling() | FinalNative+1 flags | 0x00 |