Why can’t you add Classes to DataTable in RowEditor/Structures? I mean you can get them out of a DataTable, you can make structs with them and Add them inside of Blueprints, but you cannot add them in in DataTable/RowEditor why is that case?
For Example if I would want to make a DataTable with Items I have and then could do a simple “Get Data Table Row” with Name of Item/Row and spawn and Actor with class inside of DataTable. But I seem to not find any way to do that without manualy adding every single Class in every single Row at start of each game and not via DataTable Editor.
Hopefully you understand what I mean.