Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Inheritance Hierarchy
- FArchiveState
- FArchive
- FMemoryArchive
- FMemoryReader
- FConcertIdentifierReader
- FConcertSyncObjectReader
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncArchives.h |
| Include | #include "ConcertSyncArchives.h" |
Syntax
class FConcertSyncObjectReader : public FConcertIdentifierReader
Remarks
Archive for reading objects that have been received from another instance via Concert
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConcertSyncObjectReader
(
const FConcertLocalIdentifierTable* InLocalIdentifierTable, |
|||
FConcertSyncObjectReader
(
const FConcertLocalIdentifierTable* InLocalIdentifierTable, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnObjectSerialized
(
const FSoftObjectPath& Obj |
||
| void | SerializeObject
(
UObject* InObject |
||
| void | SerializeProperty
(
const FProperty* InProp, |
||
| void | SetSerializeNestedObjects
(
bool bInSerializeNestedObjects |
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns the name of the Archive. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
UObject*& Value |
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. |