blueprint

UI point update script V1

  • Exposure: public
  • UE Version: 5.3

AxelBouten

January 10, 2024, 12:20 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • AxelBouten

    January 10, 2024, 12:23 pm

    I fiddled with some other methods before, mainly with handling all the point counting inside the widget blueprint but realized that casting was a lot more difficult that way. With the help of a teammate (i'll mention their name only inside the blueprint documentation document for privacy) i came to that conclusion and instead just left the updating to the widget blueprint.

    It only casts to the gameinstance blueprint and gets the value of the "point count" variable and converts it to string which it feeds into the return node for the "get text" function.