[Solved] How to loop thru structure variable when it is a child of another structure?

Hey community! :grinning:

As you can see in image below, there is a structure called ‘goals’ that is a child of another structure called ‘tempLevel’. I was trying iterate over the ‘goals’ but ‘tempLevel.goals’ does not seems to work.


Shouldnt it work? What am I doing wrong here?

After spending some time I decided to make a walk around promoting the child ‘tempLevel.goals’ to its own root variable ‘tempLevel_goals’.

Looks like it was fixed in the new beta107 update.

2 Likes