DuplicationSeed

Objects to use for prefilling the dup-source => dup-target map used by StaticDuplicateObject.

Windows
MacOS
Linux

Syntax

TMap< UObject *, UObject * > DuplicationSeed

Remarks

Objects to use for prefilling the dup-source => dup-target map used by StaticDuplicateObject. Can be used to allow individual duplication of several objects that share a common Outer in cases where you don't want to duplicate the shared Outer but need references between the objects to be replaced anyway.

Objects in this map will NOT be duplicated Key should be the source object; value should be the object which will be used as its duplicate.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss