Enum AssetClonerFlags
Flags used by AssetCloner
[Flags]
public enum AssetClonerFlagsFields
- ClearExternalReferences = 16
- Clears any external references in the cloned object 
- GenerateNewIdsForIdentifiableObjects = 8
- Generates new ids for objects that implement IIdentifiable. 
- KeepReferences = 32
- Attached references will be kept as is 
- None = 0
- No special flags while cloning. 
- ReferenceAsNull = 1
- Attached references will be cloned as - null
- RemoveItemIds = 2
- Remove ids attached to item of collections when cloning 
- RemoveUnloadableObjects = 4
- Removes invalid objects