Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Sent by client to request joining a replication session. This is sent by clients want to send or receive replicated data, or both.
| Name | FConcertReplication_Join_Request |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/Handshake.h |
| Include Path | #include "Replication/Messages/Handshake.h" |
Syntax
USTRUCT ()
struct FConcertReplication_Join_Request
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Streams | TArray< FConcertReplicationStream > | The data the client offers to send. | Replication/Messages/Handshake.h |