Navigation
API > API/Plugins > API/Plugins/ConcertClient > API/Plugins/ConcertClient/IConcertClient
References
| Module | ConcertClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertClient/Public/IConcertClient.h |
| Include | #include "IConcertClient.h" |
TFuture< EConcertResponseCode > JoinSession
&40;
const FGuid & ServerAdminEndpointId,
const FGuid & SessionId
&41;
Remarks
Join a session on the server, the settings of the sessions needs to be compatible with the client settings or the connection will be refused. A future that will contains the final response code of the request
Parameters
| Name | Description |
|---|---|
| ServerAdminEndpointId | The Id of the Concert Server query endpoint |
| SessionId | The Id of the session |