Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FObjectDuplicationParameters
Syntax
TMap < UObject *, UObject * > * CreatedObjects
Remarks
If non-null, this will be filled with the list of objects created during the call to StaticDuplicateObject.
Key will be the source object; value will be the duplicated object