Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveUObject
- FDuplicateDataReader
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/DuplicatedDataReader.h |
| Include | #include "Serialization/DuplicatedDataReader.h" |
Syntax
class FDuplicateDataReader : public FArchiveUObject
Remarks
Reads duplicated objects from a memory buffer, replacing object references to duplicated objects.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDuplicateDataReader
(
FUObjectAnnotationSparse< FDuplicatedObject, false >& InDuplicatedObjectAnnotation, |
ConstructorConstructor |
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns the name of the Archive. | ||
| FUObjectSerializeContext * | Gets the current UObject serialization context for this archive. | ||
| void | SetSerializeContext
(
FUObjectSerializeContext* InLoadContext |
Sets the current UObject serialization context for this archive. | |
| int64 | Tell () |
Returns the current location within the backing data storage, which can possibly be passed to Seek later to restore a read/write location. | |
| int64 | TotalSize () |
Returns total size of the backing data storage. |