I’m working on an IDetailCustomization implementation and I’ve hit a roadblock.
Does anyone know if it’s possible to override the display of a TArray of structs so that the structs are displayed as collapsible boxes directly within a category, as though they aren’t in a TArray?
If so, does anyone know where in the source I could find an example to learn from?
I’m getting a handle on customizing display of single properties, but changing how arrays display has been a huge hurdle.