Right now I am creating a datatable of assets (for example) with fields like a static mesh, material options, orientation, etc... but then to be able to offer that as a drop down option in my Blueprint at designtime I have to also make an ENUM of basically all of the data table row names - so that I can later plug them into "GetDataTableRow" and get my asset settings...
What I'd like is just those data table row names exposed so I can have them in a dropdown without creating the ENUM?
Kind of like the variable type "Data Table Row" but what I need is "DataTableColumn"
Does that make any sense and is it possible with something that I have missed?
What I'd like is just those data table row names exposed so I can have them in a dropdown without creating the ENUM?
Kind of like the variable type "Data Table Row" but what I need is "DataTableColumn"
Does that make any sense and is it possible with something that I have missed?
Comment