Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveUObject
- FSerializedObjectDataWriterCommon
- FDiffableObjectDataWriter
- FSerializedObjectDataWriter
- FTransaction::FObjectRecord::FWriter
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include | #include "TransactionCommon.h" |
Syntax
class FSerializedObjectDataWriterCommon : public FArchiveUObject
Remarks
Core archive to write a transaction object to the buffer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int64 | Offset | ||
| FSerializedObjectData & | SerializedData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSerializedObjectDataWriterCommon
(
FSerializedObjectData& InSerializedData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnDataSerialized
(
int64 InOffset, |
Overridden from FArchive
| Type | Name | Description | |
|---|---|---|---|
| void | Seek
(
int64 InPos |
Attempts to set the current offset into backing data storage, this will do nothing if there is no storage. | |
| void | Serialize
(
void* SerData, |