Setting "Disable Low Latency Update" to "true" makes the entire motionController (not just the children) lag behind. Is there any other workaround?

Hi!

We have a problem which hopefully get fixed with UE-74977

The suggested workaround with the motion controllers attachments lagging behind is setting “Disable Low Latency Update” to true, which sadly doesnt work for us because it makes the entire motion controller lag in the same maner as only the attachments did before.

Is there any other workarounds? The rest of the game doesnt lag.

Thanks!

Still has a problem with this. Any news if its fixed in 4.23?

Hi, this is the intended feature of disabling the low latency tracking.
The game tick is not on par with the actual tracking tick, thus resulting in a lagged behind position, which is “a few frames behind the true position”.

There is no workaround because that is an intended feature.

The VR template has changed how it works with OpenXR, for the better.
If you want something to be displayed where the true position is without lag, make sure to attach the component to be tracked to the MotionController component inside your VR pawn (so that the tracked object is a child of the MotionController).

If you have any question just ask, even though your question is one year old