* \param[in] root The root object to start from when cloning the NIF data. All referenced objects will be included in the new tree.
* \param[in] version The version of the NIF format to use when writing a file. Default is version 4.0.0.2.
* \param[in] user_version The user version of the NIF format to use when writing a file. Default is user version 0.
* \param[in] target_root The root of the nif tree in which the cloned tree will be embedded. If specified, missing links will be resolved to that tree.
* if you need to clone an obsolete piece of information.
* \param[in] version The version number to use in the memory streaming operation. Default is the highest version availiable.
* \param[in] user_version The game-specific version number extention.
* \param[in] target_root The root of the nif tree in which the cloned object will be embedded. If specified, missing links will be resolved to that tree.
* \return A cloned copy of this object as a new object.