SAnalogSlider calculates FastestStepTime by multiplying the step size value by a constant, resulting in high numbers for larger step sizes. This gets lerped from 1 and used as the repeat time, resulting in the slider moving extremely slowly. We'd expect the slider to speed up as the analog stick is held, but that will currently only occur if step size is less than .33.
It seems that the assumption here was that step size would be something close to zero, which makes sense for the default slider range of 0 to 1 but breaks down when using a custom slider range.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-209110 in the post.
1 |
Component | UE - Editor - UI Systems - Slate |
---|---|
Affects Versions | 5.3, 5.4, 5.5 |
Target Fix | 5.6 |
Created | Mar 6, 2024 |
---|---|
Updated | Mar 11, 2024 |