Hello,
I wounder how I could loop through two array types (string and Texture2D) and pass the elements to a "Create Widget" node?
The widget to create contains two variables (Name and Texture2D) that will create N numbers of widgets, depending on array length.
I guess my problem is to have a ForEachLoop execution of two array types at the same time? I tried look into how struct variables could help out but got stucked.
Thanks!
I wounder how I could loop through two array types (string and Texture2D) and pass the elements to a "Create Widget" node?
The widget to create contains two variables (Name and Texture2D) that will create N numbers of widgets, depending on array length.
I guess my problem is to have a ForEachLoop execution of two array types at the same time? I tried look into how struct variables could help out but got stucked.
Thanks!
Comment