Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveUObject
- FSerializedObjectDataWriterCommon
- FDiffableObjectDataWriter
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include | #include "TransactionCommon.h" |
Syntax
class FDiffableObjectDataWriter : public UE::Transaction::Internal::FSerializedObjectDataWriterCommon
Remarks
Core archive to write a diffable object to the buffer.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDiffableObjectDataWriter
(
FDiffableObject& InDiffableObject, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesObjectMatchDiffableObject
(
const UObject* Obj |
||
| FName |
Overridden from FSerializedObjectDataWriterCommon
| Type | Name | Description | |
|---|---|---|---|
| void | OnDataSerialized
(
int64 InOffset, |
Overridden from FArchive
| Type | Name | Description | |
|---|---|---|---|
| void | MarkScriptSerializationEnd
(
const UObject* Obj |
Called when an object stops serializing property data using script serialization. | |
| void | MarkScriptSerializationStart
(
const UObject* Obj |
Called when an object begins serializing property data using script serialization. |
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| bool | ShouldSkipProperty
(
const FProperty* InProperty |
Checks whether the archive wants to skip the property independent of the other flags |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
FName& Value |
Serializes an FName value from or into this archive. | |
| FArchive & | operator<<
(
UObject*& Value |
Serializes an UObject value from or into this archive. |