Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Processing
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Processing/ObjectReplicationReceiver.h |
| Include | #include "Replication/Processing/ObjectReplicationReceiver.h" |
Syntax
class FObjectReplicationReceiver
Remarks
Receives replicated object data from all message endpoints and stores it in a FObjectReplicationCache.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FObjectReplicationReceiver
(
IConcertSession& Session, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ShouldAcceptObject
(
const FConcertSessionContext& SessionContext, |
Whether the object should be processed. |