Hey @LAGZOR!
I’m not sure that you can access a DT within a DT like that, but what you CAN do is probably use a DA(DataAsset) with its location as one of the items in the row.
That in itself COULD get a little complicated, I think the best thing to do would be just move the details into the first DT. If it’s a struct within the DT you can spread it out across the row.
Maybe split the main DT into a few separate ones? Then use some if statements or a “Switch on Enum” with each item having that Enum set to the type of item it is, then if it’s Weapon, use “Weapon DT, get row
,” and etcetera for the rest of the types?
Hope this helps!