Go to the source code of this file.
◆ cloneHierarchy()
Clones all nodes in the hierarchy.
Returned node is already connected to the other cloned nodes.
- Parameters
-
node | Root node of the cloned hierarchy |
prefix | Prefix added to all names of cloned nodes. NOTHING means the cloned names are autogenerated. |
Definition at line 282 of file Node.cpp.
◆ cloneNode()
Clones a single node.
No slots of the returned node are connected.
- Parameters
-
node | Node to clone. |
name | Instance name of the returned clone. Empty means the name is autogenerated. |
Definition at line 269 of file Node.cpp.