blueprint

UI - Score & Timer text

  • Exposure: public
  • UE Version: 5.0

avatar author

MrWoodenSheep

January 12, 2023, 5:45 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
January 13, 2023
  1. Shows how the score variable is bound to the text contents. The "To Text (Integer)" node has grouping checked, and minimum integral digits are set to 2.

  2. Added a comment explaining the "To Text (Integer)" node, as BlueprintUE was omitting information.

January 12, 2023
  1. Logic to display current time on UI

  2. Logic for displaying blue score on UI

  3. First commit

    See