Int not displaying in widget?

Is that int getting a value from sonewhere?

Ie let’s say your collecting bananas in world…

Player overlaps a banana. The Banaba casts to player controller and sets banana coubt int to add on to its current value then destroys itself

Next the umg to display the banana coubt for this score is using get text by casting to player controller to get banana count and sets its widget value of bananas… This value us then turned into text and returned for umg to display.

This is similar for handling animgraphs values for locomotion