3D Widgets Mirroring a normal widget?

My 3DWidget isn’t updating, but my normal widget is. Have I misunderstood the purpose of a 3D Widget?

3d widget (widget component) creates its own instance of a 2d widget.

You will need to update widget component’s embedded widget separately.

Okay so if some of your logic is set to a construct event in the widget, change it to work of a tick event or a timer, then it works. #facepalm.

yeah, my logic in the widget was set to a construct event and not a tick or a timer event.