Hey @zipit happy holidays and thank you for the reply, I understand how this id works now.
However this ID seems to not be persistent for cloned objects. If I put my object in a cloner in instance mode grid array 3,1, 3 dimensions GetVirtualObjects(BaseObject* object...)
would get called 9 times with 9 different objects. There are 9 different UUIDs and this is ok.
But then every subsequent call to GetVirtualObjects(BaseObject* object...)
, after I change some setting or simply move the object, there will be a different set of 9 UUIDs, so I can't really rely on them anymore. So with the cloner this reallocation boundary changes the UUIDs.
Is there a way around it?
EDIT: If I go in edit mode and change the settings of each instance in the cloner separately then the UUIDs seem to be persistent, but that's just in edit mode.