UE5.5 widget screen multiplayer doesn't work

I just hit this also. I’ve tracked the problem down to the fact that the widget attached to the client’s pawn never ticks. Screen space widget components appear to update their transforms via tick, so if the component never ticks, the transform is presumably zero, or the identity, or some default value, rather than an on-screen transform.

1 Like