Can't Set Variables inside Array?

Hello All,

I am using a Struct Array, with another Array of Vector 3s inside.So basically a 3D Array of V3s.

An issue I am having is that I cannot seem to be able to set any Vector 3s within the Struct Array.

I can’t add, set length or anything.

Is this a bug? Are there any work arounds? Thanks!

Can you set the array itself? Can you be more specific as to what you are trying to do please?

Sorry, I am trying to Add new Vector 3s into the Vector Arrays within the Struct array.

What type of variable is “ChainLink”?

I’ve never done this before but i’ll try to figure it out

I’m attempting to recreate it now

cant u break and make array?
try using the make Array node if that works.

if ur trying to do it to that chain link one u should be able to

It’s literally just a “Structure”. I Created a Structure, Then created a V3 Array inside it.

Sorry I can’t recreate what you did so cant solve it :frowning:
Apologies

No worries. Thanks for giving it a go (:

You need to use Set Members in Struct node. Check here for details: