i have been getting this really strange problem and i cant figure it out. I want the text on my UMG Widget to update at a specific point, which i already have setup and is working, however, when it updates the text, the it seems that there is a second text of the old/first text behind the new updated text. It is also occurring on a Text label that i am not even changing (not editable). Here is what i am trying to explain.
Its the number which i am trying to increment, and its the ‘‘Wave:’’ which is constant, but used to do the same thing as the number, but just with the same ''Wave:" text, but i cant seem to reproduce that problem (with the wave text) since/after i changed some things around that i cant remember.
I want the “Wave:” To stay the same always, but the wave number(‘WaveText’ variable) to increment what told to do so (which i believe i have working), at this point i am just assuming its either a bug or something i am doing wrong (probably that). ((Also i turned off the shadow on the text as that is what i initially thought it might be??))
Here is what i have for the blueprint of it.
Thank you!