Hi people
i have a actor BP witch i have a Array of Names as well as other things
how do i get the Array to show as a drop down menu in the details panel
i have the names in a Structure and a data table, and i want to set a name from the data table item and set them in the editor, so I’m not going back and forth on what this are called
i looked at a Enum but it seems excessive to have info pass in a Structure to a data table to a Enum just to get a drop-down menu, is there anther way ?
if i just have a variable as Instance Editable i still have to manually put the names in even though i already have them set via the data table
Hope this makes sence