Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization > API/Runtime/CoreUObject/Serialization/FDuplicateDataWriter
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/DuplicatedDataWriter.h |
| Include | #include "Serialization/DuplicatedDataWriter.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/DuplicateDataWriter.cpp |
UObject &42; GetDuplicatedObject
&40;
UObject &42; Object,
bool bCreateIfMissing
&41;
Remarks
Returns a pointer to the duplicate of a given object, creating the duplicate object if necessary.
Returns a pointer to the duplicate of a given object, creating the duplicate object if necessary. a pointer to the duplicate of the specified object
Parameters
| Name | Description |
|---|---|
| Object | the object to find a duplicate for |
| bCreateIfMissing | Create the duplicated object if it's missing. |
| Object | the object to find a duplicate for |