IConcertClient::GetLiveSessions

Get the list of the live sessions data from a server

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertClient.h

Include

#include "IConcertClient.h"

Syntax

TFuture< FConcertAdmin_GetSessionsResponse > GetLiveSessions
(
    const FGuid & ServerAdminEndpointId
) const

Remarks

Get the list of the live sessions data from a server

Returns

A future for FConcertAdmin_GetSessionsResponse which contains the list of the archived sessions.

Parameters

Parameter

Description

ServerAdminEndpointId

The Id of the concert sever admin endpoint

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss