IConcertServer::GetSessionClients

Get the list of clients for a session

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServer.h"

Syntax

TArray< FConcertSessionClientInfo > GetSessionClients
(
    const FGuid & SessionId
) const

Remarks

Get the list of clients for a session

Returns

A list of clients connected to the session

Parameters

Parameter

Description

SessionId

The session ID

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