Ok
Im trying to do a resources counter for my UEFN game.
I’m having difficulty with my widgets. I either need a method of displaying more than one widget on the hud at the same time so my resources counters are separate and the stats the are tracking through the Stat Creator device are separated.
Or I need a way to fix my current issue on the single widget I’m using. I have this wigets tracking the stats for both gems and gold. And both stat creator devices are attached to the same widget. My issue is that when one resource is updated by a Stat Counter, they both get updated.
And what’s even more weird is that when I update a single stat, such as gold, this updates both text boxes within the widget making them both display a second stat behind the amount for the first.
Im trying to separate them somehow in the View Bindings tab on the widget but I’m not sure how to make it so the text boxes increment separate from one another on their own respective stat creator value?
Again if this isn’t possible I thought I could use multiple widgets to separate them and have each stat creator on a separate widget. But then how do I overlay them so both widgets can been seen on screen together??