You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside Custom object's events I cannot do for every child Object.myStructure or Object.Variable(myStructure) ... because it is not recoqnized as object variable structure. Should it?
What I can do in the function is directly address a child inside the structure and read it into a scene variable: like this: Object.Variable(myStructure["Test"]). This gives the value of the child variable.
Steps to reproduce
Create a custom object.
Create a structure variable for the custom object.
Create Custom object extension function in which you do: For each child the object variable