Hello! I’m making a custom data editor in which I have an array of instanced items.
Some of these items can have children of the same type, effectively making a tree.
I’d love to be able to have the items all displayed in a Tree like visual representation, which I can achieve using STreeView, but, I’d like to be able to keep some of the functionality that the normal detail view of an array provides, such as Drag/Drop, Copy/Paste, Duplicate/Delete, and most importantly changing Class type.
TArray Detail View.
STreeView (just showing the class name at the moment)
Ideally, I’d like to be able to swap classes on the STreeView, but I’m having a hard time finding where to look.
Other utils like drag and drop, copy/past, duplicate and delete I think I can find an example somewhere.
Let me know if you have any idea of where I should look at.
Cheers.