Help with efficiently sharing time integer between blueprints and widgets.

If you have the seconds variable in your GSB, you can just access it in your widget with

image

Technically, it’s not good form, though.

A better approach, is using an interface, like

Implement it in your GSB

Then, in the widget, you can use

image

1 Like