Is it possible to have a combo box type of string variable in the detail panel

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. ?

you are looking for an ENUM.

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 :slightly_smiling_face:

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

Still I appreciate the help