I think I just need another pair of eyes, or maybe I’m missing an obvious node.
I’m creating sets, I need information pulled from a data table and put into 10 arrays.
In my head it’s just having for example a Map with 10 arrays in it, But after some googling it’s called something like nesting and isn’t possible mostly.
There seems to be ways around it, such as using another widget/blueprint as a container, but it feels convoluted.
Is there a way to create several arrays/sets dynamically.
I’m left at make set but…now what? How do I store 10 Sets.