Navigation
API > API/Runtime > API/Runtime/Engine
Core archive to read a transaction object from the buffer.
| Name | FSerializedObjectDataReader |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
Syntax
class FSerializedObjectDataReader : public FArchiveUObject
Inheritance Hierarchy
- FArchiveState → FArchive → FArchiveUObject → FSerializedObjectDataReader
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSerializedObjectDataReader
(
const FSerializedObject& InSerializedObject |
TransactionCommon.h |
Functions
Public
Overridden from FArchive
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Seek
(
int64 InPos |
TransactionCommon.h |
Overridden from FArchiveState
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int64 Tell() |
TransactionCommon.h | ||
virtual int64 TotalSize() |
TransactionCommon.h |
Protected
Overridden from FArchive
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
void* SerData, |
TransactionCommon.h |