Widget Slider keeps resetting in VR Mode

Animation
As shown above, whenever I press the slider using VR controller, its value keeps resetting.

When I test it with PC version, it works fine as well as mobile version.

It only happens in VR Mode, anyone who knows how to fix this problem?

Thanks

Hope to bump this topic up, having the same issue.

As an aside, the sliders seem to work if I turn on “receive hardware input”, but that setting is incompatible with VR motion controller widget interactions.

Found the answer to this problem. There were actually two problems.

First, if you have multiple controllers, each must have its own pointer index (inside the widget interaction component details).

Second, if you’re doing multiplayer as I was, the pointer indexes must be set by the server, and each click needs a “Is locally controlled” branch.

This post has images with examples on how to set it up: