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<<
(
FText& Value |
Serializes an FText value from or into an archive. | |
| FArchive & | operator<<
(
FWeakObjectPtr& Value |
Serializes FWeakObjectPtr value from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPath& Value |
Serializes soft object paths from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPtr& Value |
Serializes asset pointer from or into this archive. | |
| FArchive & | operator<<
(
UObject*& Res |
Serializes an UObject value from or into this archive. | |
| FArchive & | operator<<
(
FLazyObjectPtr& Value |
Serializes a lazy object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FField*& Value |
Serializes a Field value from or into this archive. | |
| FArchive & | operator<<
(
FName& N |
Serializes an FName value from or into this archive. | |
| FArchive & | operator<<
(
FObjectPtr& Value |
Serializes a wrapped object pointer value from or into this archive. | |
| FArchive & | operator<<
(
TCheckedObjPtr< T >& Value |