IConcertServer::CreateSession

Create a new Concert server session based on the passed session info

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServer.h"

Syntax

TSharedPtr< IConcertServerSession > CreateSession
(
    const FConcertSessionInfo & SessionInfo,
    FText & OutFailureReason
)

Remarks

Create a new Concert server session based on the passed session info

Returns

the created server session

Parameters

Parameter

Description

SessionInfo

The information about the session to create.

OutFailureReason

The reason the operation fails if the function returns false, undefined otherwise.

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