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 > CreateSession
&40;
const FGuid & ServerAdminEndpointId,
const FConcertCreateSessionArgs & CreateSessionArgs
&41;
Remarks
Create a session on the server, matching the client configured settings. This also initiates the connection handshake for that session with the client. A future that will contains the final response code of the request
Parameters
| Name | Description |
|---|---|
| ServerAdminEndpointId | The Id of the Concert Server query endpoint |
| CreateSessionArgs | The arguments that will be use for the creation of the session |