Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Archive for writing objects in a way that they can be sent to another instance via Concert
| Name | FConcertSyncObjectWriter |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncArchives.h |
| Include Path | #include "ConcertSyncArchives.h" |
Syntax
class FConcertSyncObjectWriter : public FConcertIdentifierWriter
Inheritance Hierarchy
- FArchiveState → FArchive → FMemoryArchive → TMemoryWriterBase → FMemoryWriter → FConcertIdentifierWriter → FConcertSyncObjectWriter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConcertSyncObjectWriter
(
FConcertLocalIdentifierTable* InLocalIdentifierTable, |
ConcertSyncArchives.h | ||
FConcertSyncObjectWriter
(
FConcertLocalIdentifierTable* InLocalIdentifierTable, |
ConcertSyncArchives.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FShouldSkipPropertyFunc | TFunction< bool(const FProperty *)> | ConcertSyncArchives.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSerializeNestedObjects | bool | ConcertSyncArchives.h | ||
| bSkipAssets | bool | ConcertSyncArchives.h | ||
| CollectedObjects | TSet< FString > | ConcertSyncArchives.h | ||
| PackageName | FString | ConcertSyncArchives.h | ||
| RemapObjectPathDelegate | FConcertSyncRemapObjectPath | ConcertSyncArchives.h | ||
| ShouldSkipPropertyFunc | FShouldSkipPropertyFunc | ConcertSyncArchives.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ConcertSyncArchives.h | |||
| ConcertSyncArchives.h | |||
void SetSerializeNestedObjects
(
bool bInSerializeNestedObjects |
ConcertSyncArchives.h |
Overridden from FArchiveState
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetArchiveName() |
ConcertSyncArchives.h | ||
virtual bool ShouldSkipProperty
(
const FProperty* InProperty |
ConcertSyncArchives.h |