I have a custom function that is returning a randomly generated string from a custom class. How exactly do I apply that returned text to a text object in the Hud that the player can see? I can’t find any conversion from FString that the setter for a text object in the UMG wants.
The Text component here is what I want to set.

