How do I make a Widget update (to another image) each time i pick up an item?

  • ensure the Image is flagged as IsVariable at the top of its details panel
  • create a Custom Event inside the widget:

  • when you pick up the item, get texture from the actor, call the event and pipe it into the custom event’s Texture data pin

How to do it all will depends on the script that you currently have. If you need more tangible help, share the script:

  • show where / how you create the widget
  • show how you pick up items
1 Like