UMG: Updating score counter each frame

Ah this won’t work since you’re setting the text only when you call “Event Construct” and not during the tick.

Try using the “Cast To MyGame” during “Event Tick”.

You either have to set your “score tracker” variable at the beginning with the result of this cast or do it repeatedly but you can’t just get the number during the construction :wink: