On 25/04/2013 at 12:23, xxxxxxxx wrote:
Using GetUp I get my parent object I want to use / copy.
So I use GetClone() to clone that parent
However that gives me all the children of that parent.
How to get only the parent and not the children?
Of course I can clone the parent and then remove all (cloned) children, but I''m sure there is a better way?