UMG Scroll Offset Bug.

  1. New Project
  2. New Widget BP
  3. Add a sizebox in the canvas panel of the Widget BP, set the anchors to center, set the PositionX and Y to 0.0, check the ‘Size To Content’ option, and set the Width:150, Height:30 (for example) PIC
  4. Next add a Scrollbox to the Sizebox, Check the Is Variable option, set the orientation to horizontal (not required), Scroll Bar Visibility: Collapsed…
  5. Add just enough Buttons(5) to the Scrollbox so that the last is hidden(and the scrollbox becomes scrollable)

Thats enough with the Designer Tab.

In the Graph Tab…

  1. Add a function called “OnKeyDown”
  2. Add these nodes into the function
  3. Compile&Save
  4. Add the ‘New Widget BP’ to viewport
  5. Play
  6. Scroll the Scrollbox to the end.
  7. Press the Backspace Key
  8. See how the printed value is not 0.0 as it should.

Download Blueprint (MEGA)

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://epicsupport.force.com/unrealengine/s/

Thanks