Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveUObject
- FDuplicateDataWriter
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/DuplicatedDataWriter.h |
| Include | #include "Serialization/DuplicatedDataWriter.h" |
Syntax
class FDuplicateDataWriter : public FArchiveUObject
Remarks
Writes duplicated objects to a memory buffer, duplicating referenced inner objects and adding the duplicates to the DuplicatedObjects map.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDuplicateDataWriter
(
FUObjectAnnotationSparse< FDuplicatedObject, false >& InDuplicatedObjects, |
ConstructorConstructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UObject * | GetDuplicatedObject
(
UObject* Object, |
Returns a pointer to the duplicate of a given object, creating the duplicate object if necessary. |