I have an enum that stores values and descriptions. The values are tied to the stats of the player and the description is there as flavour text for those levels. I’m trying to pass the description values into a widget, but I’m having trouble getting that working. Any advice?
I’ve attached a screenshot of the enum and would love to see how I could pass the Description values into the widget using blueprints.
Good point, Rev0verDrive. Since I’m using blueprints I’ll switch over to an array. This is going to be a little ugly (since the values tie to levels and those run 1-10), but it’ll still work just fine.