Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveUObject
- FSerializedObjectDataReader
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include | #include "TransactionCommon.h" |
Syntax
class FSerializedObjectDataReader : public FArchiveUObject
Remarks
Core archive to read a transaction object from the buffer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int64 | Offset | ||
| const FSerializedObject & | SerializedObject |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSerializedObjectDataReader
(
const FSerializedObject& InSerializedObject |
Overridden from FArchive
| Type | Name | Description | |
|---|---|---|---|
| void | Attempts to set the current offset into backing data storage, this will do nothing if there is no storage. | ||
| void |
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| 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. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
FName& N |
Serializes an FName value 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<<
(
FObjectPtr& Value |
Serializes a wrapped object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPtr& Value |
Serializes asset pointer from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPath& Value |
Serializes soft object paths from or into this archive. | |
| FArchive & | operator<<
(
FWeakObjectPtr& Value |
Serializes FWeakObjectPtr value from or into this archive. | |
| FArchive & | operator<<
(
FText& Value |
Serializes an FText value from or into an archive. | |
| FArchive & | operator<<
(
FField*& Value |
Serializes a Field value from or into this archive. | |
| FArchive & | operator<<
(
TCheckedObjPtr< T >& Value |