how to update widget data

Hello, I can’t figure out how to update widgets when a level save is loaded? To update widgets you need to re-enter the level

(post deleted by author)

1 Like

You can do as above post says, or use dispatchers:

  • create dispatcher in HUD blueprint on game mode
  • all widgets that need update hook there
  • after level load you trigger that dispatcher
  • and all widgets update trough its assigned events.