IConcertClient::GetServerSessions

Get the list of sessions available on 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_GetAllSessionsResponse > GetServerSessions
(
    const FGuid & ServerAdminEndpointId
) const

Remarks

Get the list of sessions available on a server

Returns

A future for FConcertAdmin_GetAllSessionsResponse which contains a list of sessions

Parameters

Parameter

Description

ServerAdminEndpointId

The Id of the Concert server 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