HI, I’m currently doign a data table. There is a variable of type string I’m using, and this value is for the missions in my game.
I am wondering if it is possible to be able, in an other blueprint, to have a way to access some kind of detail pannel choice box where I could select one of this string value on my table. ?
Enums in blueprints detail panel are shown as a combobox of the enum options.
only problem with enums:
you need to add options manually. Perhaps someone knows a way to fill an enum automatically by reading stringtables or DataTable rows…
would help me out, too
indeed that an issue, I know what is an enum and sadly since , linke you said, it can’t, as far as my knowledge goes, be linked directly to a data table column