What is the best approach to refresh / rebuild widget's event construct?

  • the HUD class creates the collectible widget:

  • the player runs into a collectible actor, gets access the HUD class and updates the widget

The above can be made better by having a custom event in the HUD and calling that.

1 Like