Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Messages
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/ChangeStream.h |
| Include | #include "Replication/Messages/ChangeStream.h" |
Syntax
USTRUCT ()
struct FConcertReplication_ChangeStream_PutObject
Remarks
A request to add a new object to a stream or overwrite a pre-existing object's properties / class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSoftClassPath | ClassPath | If Object is pre-existing, this property is optional. | |
| FConcertPropertySelection | Properties | The property selection the object should have. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FConcertReplication_ChangeStream_PutObject > | MakeFromChange
(
const FConcertReplicatedObjectInfo& Base, |
||
| TOptional< FConcertReplication_ChangeStream_PutObject > | MakeFromInfo
(
const FConcertReplicatedObjectInfo& New |
Intention: Ideally code dealing with PutObject requests uses these constructors / factory functions. | |
| TOptional< FConcertReplicatedObjectInfo > | Creates a new object info if there is sufficient data (all fields must be set for this). |