Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Creates a copy of SourceObject using the Outer and Name specified, as well as copies of all objects contained by SourceObject. Any objects referenced by SourceOuter or RootObject and contained by SourceOuter are also copied, maintaining their name relative to SourceOuter. Any references to objects that are duplicated are automatically replaced with the copy of the object.
| Name | StaticDuplicateObjectEx |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
UObject * StaticDuplicateObjectEx
(
FObjectDuplicationParameters & Parameters
)
The duplicate of SourceObject.
Parameters
| Name | Remarks |
|---|---|
| Parameters | Specific options to use when duplicating this object |