Display score as logo gradually revealing in HUD

Hi,
I need some advice. I want to display my game score in more apealing way than just text in left corner. Have you guys done something like logo partially revealing after earning a point? Or maybe some dots in one column gradually apearing?
I have already coded it as text as it was much easier. After clicking on apriopriate object game player ears a point.


here is my code in widget blueprint


and here the code from game mode
Thanks for response in advance!

Widgets come with an animation editor and a timeline:

like logo partially revealing after earning a point

This could be done in a dynamic material or with a widget retainer. Perhaps an animation if the effect is not too complex - opacity can be easily animated.

Or maybe some dots in one column gradually apearing?

Sounds pretty vague but a bit like a masked progress bar?


Not entirely sure what the ask here is.

  • how to do it?

or

  • what to do?
1 Like

Yas! Progress bar thank you! It is what i am looking for.