Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Inheritance Hierarchy
- FArchiveState
- FArchive
- FMemoryArchive
- TMemoryWriterBase
- FMemoryWriter
- FConcertIdentifierWriter
- FConcertSyncObjectWriter
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncArchives.h |
| Include | #include "ConcertSyncArchives.h" |
Syntax
class FConcertSyncObjectWriter : public FConcertIdentifierWriter
Remarks
Archive for writing objects in a way that they can be sent to another instance via Concert
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConcertSyncObjectWriter
(
FConcertLocalIdentifierTable* InLocalIdentifierTable, |
|||
FConcertSyncObjectWriter
(
FConcertLocalIdentifierTable* InLocalIdentifierTable, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SerializeObject
(
const UObject* InObject, |
||
| void | SerializeProperty
(
const FProperty* InProp, |
||
| void | SetSerializeNestedObjects
(
bool bInSerializeNestedObjects |
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns the name of the Archive. | ||
| 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<<
(
UObject*& Obj |
Serializes an UObject value from or into this archive. | |
| FArchive & | operator<<
(
FLazyObjectPtr& LazyObjectPtr |
Serializes a lazy object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FObjectPtr& Obj |
Serializes a wrapped object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPtr& AssetPtr |
Serializes asset pointer from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPath& AssetPtr |
Serializes soft object paths from or into this archive. | |
| FArchive & | operator<<
(
FWeakObjectPtr& Value |
Serializes FWeakObjectPtr value from or into this archive. | |
| FArchive & | operator<<
(
FName& Name |
Serializes an FName value from or into this archive. |
Typedefs
| Name | Description |
|---|---|
| FShouldSkipPropertyFunc |